Html Css Color HEX #5ADFF6 Turquoise Blue

📋 copy color: '#5ADFF6'

red 90 ◦ green 223 ◦ blue 246

#5ADFF6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #5ADFF6

Tints of Turquoise Blue #5ADFF6

RGB

 RED value IS 90 (35.55% from 255) = 16.1%

 GREEN value IS 223 (87.5% from 255) = 39.89%

 BLUE value IS 246 (96.48% from 255) = 44.01%

R = 16.1%
G = 39.89%
B = 44.01%

CMYK

 C value IS 0.63

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5ADFF6 (or 0x5ADFF6) is known color: Turquoise Blue. HEX triplet: 5A, DF and F6. RGB value is (90,223,246). Sum of RGB (Red+Green+Blue) = 90+223+246=559 (74% of max value = 765). Red value is 90 (35.55% from 255 or 16.10% from 559); Green value is 223 (87.5% from 255 or 39.89% from 559); Blue value is 246 (96.48% from 255 or 44.01% from 559); Max value from RGB is 246 - color contains mainly: blue. Hex color #5ADFF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADFF6 is #A52009. Grayscale: #B9B9B9. Windows color (decimal): -10821642 or 16179034. OLE color: 16179034.

HSL color Cylindrical-coordinate representation of color #5ADFF6: hue angle of 188.85º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5ADFF6 is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 90 223 246 -
CMYK 0.63 0.09 0 0.04
HSL 188.85º 0.9% 0.66% -
HSV(B) 188.85º 0.63% 0.96% -
XYZ 47.24 61.6 96.59 -
YUV 185.86 161.94 59.63 -
System Red Green Blue C M Y K H S L
Decimal 90 223 246 0.63 0.09 0 0.04 188.85 0.9 0.66
Hex 5A DF F6 3F 9 0 4 BD 5A 42
Octal 132 337 366 77 11 0 4 275 132 102
Binary 1011010 11011111 11110110 111111 1001 0 100 10111101 1011010 1000010

Color Harmonies of #5ADFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADFF6

Black with #5ADFF6

Text Example


Text Example

White with #5ADFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5ADFF6; }

 p { color: rgb(90,223,246); }

 H1.HeaderClassName
 {
   color: #5ADFF6;
 }
 .AnyTagClassName
 {
   color: #5ADFF6;
 }
</style>

background-color css

<style>
 a { background-color: #5ADFF6; }

 a { background-color: rgb(90,223,246); }

 div.DivClassName
 {
   background-color: #5ADFF6;
 }
 .BgClassName
 {
   background-color: #5ADFF6;
 }
</style>

border-color css

<style>
 span { border-color: #5ADFF6; }

 span { border-color: rgb(90,223,246); }

 td.TdClassName
 {
   border-color: #5ADFF6;
 }
 .TagClassName
 {
   border-color: #5ADFF6;
 }
</style>