Html Css Color HEX #5AE9DB Turquoise

📋 copy color: '#5AE9DB'

red 90 ◦ green 233 ◦ blue 219

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

Shades of Turquoise #5AE9DB

Tints of Turquoise #5AE9DB

RGB

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

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

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

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

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#5AE9DB (or 0x5AE9DB) is known color: Turquoise. HEX triplet: 5A, E9 and DB. RGB value is (90,233,219). Sum of RGB (Red+Green+Blue) = 90+233+219=542 (71% of max value = 765). Red value is 90 (35.55% from 255 or 16.61% from 542); Green value is 233 (91.41% from 255 or 42.99% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 233 - color contains mainly: green. Hex color #5AE9DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AE9DB is #A51624. Grayscale: #BCBCBC. Windows color (decimal): -10819109 or 14412122. OLE color: 14412122.

HSL color Cylindrical-coordinate representation of color #5AE9DB: hue angle of 174.13º 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 #5AE9DB is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 90 233 219 -
CMYK 0.61 0 0.06 0.09
HSL 174.13º 0.76% 0.63% -
HSV(B) 174.13º 0.61% 0.91% -
XYZ 46.14 65.57 77.24 -
YUV 188.65 145.12 57.64 -
System Red Green Blue C M Y K H S L
Decimal 90 233 219 0.61 0 0.06 0.09 174.13 0.76 0.63
Hex 5A E9 DB 3D 0 6 9 AE 4C 3F
Octal 132 351 333 75 0 6 11 256 114 77
Binary 1011010 11101001 11011011 111101 0 110 1001 10101110 1001100 111111

Color Harmonies of #5AE9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AE9DB

Black with #5AE9DB

Text Example


Text Example

White with #5AE9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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