Html Css Color HEX #5ADBE9 Turquoise Blue

📋 copy color: '#5ADBE9'

red 90 ◦ green 219 ◦ blue 233

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

Shades of Turquoise Blue #5ADBE9

Tints of Turquoise Blue #5ADBE9

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.41%

 BLUE value IS 233 (91.41% from 255) = 42.99%

R = 16.61%
G = 40.41%
B = 42.99%

CMYK

 C value IS 0.61

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#5ADBE9 (or 0x5ADBE9) is known color: Turquoise Blue. HEX triplet: 5A, DB and E9. RGB value is (90,219,233). Sum of RGB (Red+Green+Blue) = 90+219+233=542 (71% of max value = 765). Red value is 90 (35.55% from 255 or 16.61% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 233 (91.41% from 255 or 42.99% from 542); Max value from RGB is 233 - color contains mainly: blue. Hex color #5ADBE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADBE9 is #A52416. Grayscale: #B5B5B5. Windows color (decimal): -10822679 or 15326042. OLE color: 15326042.

HSL color Cylindrical-coordinate representation of color #5ADBE9: hue angle of 185.87º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5ADBE9 is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 90 219 233 -
CMYK 0.61 0.06 0 0.09
HSL 185.87º 0.76% 0.63% -
HSV(B) 185.87º 0.61% 0.91% -
XYZ 44.26 58.72 86.09 -
YUV 182.03 156.76 62.36 -
System Red Green Blue C M Y K H S L
Decimal 90 219 233 0.61 0.06 0 0.09 185.87 0.76 0.63
Hex 5A DB E9 3D 6 0 9 BA 4C 3F
Octal 132 333 351 75 6 0 11 272 114 77
Binary 1011010 11011011 11101001 111101 110 0 1001 10111010 1001100 111111

Color Harmonies of #5ADBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADBE9

Black with #5ADBE9

Text Example


Text Example

White with #5ADBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,219,233); }

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

background-color css

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

 a { background-color: rgb(90,219,233); }

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

border-color css

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

 span { border-color: rgb(90,219,233); }

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