Html Css Color HEX #5EE9D4 Turquoise

📋 copy color: '#5EE9D4'

red 94 ◦ green 233 ◦ blue 212

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

Shades of Turquoise #5EE9D4

Tints of Turquoise #5EE9D4

RGB

 RED value IS 94 (37.11% from 255) = 17.44%

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

 BLUE value IS 212 (83.2% from 255) = 39.33%

R = 17.44%
G = 43.23%
B = 39.33%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#5EE9D4 (or 0x5EE9D4) is known color: Turquoise. HEX triplet: 5E, E9 and D4. RGB value is (94,233,212). Sum of RGB (Red+Green+Blue) = 94+233+212=539 (71% of max value = 765). Red value is 94 (37.11% from 255 or 17.44% from 539); Green value is 233 (91.41% from 255 or 43.23% from 539); Blue value is 212 (83.20% from 255 or 39.33% from 539); Max value from RGB is 233 - color contains mainly: green. Hex color #5EE9D4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EE9D4 is #A1162B. Grayscale: #BCBCBC. Windows color (decimal): -10556972 or 13953374. OLE color: 13953374.

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

Color convert

RGB 94 233 212 -
CMYK 0.60 0 0.09 0.09
HSL 170.94º 0.76% 0.64% -
HSV(B) 170.94º 0.6% 0.91% -
XYZ 45.64 65.41 72.51 -
YUV 189.05 140.95 60.21 -
System Red Green Blue C M Y K H S L
Decimal 94 233 212 0.60 0 0.09 0.09 170.94 0.76 0.64
Hex 5E E9 D4 3C 0 9 9 AB 4C 40
Octal 136 351 324 74 0 11 11 253 114 100
Binary 1011110 11101001 11010100 111100 0 1001 1001 10101011 1001100 1000000

Color Harmonies of #5EE9D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EE9D4

Black with #5EE9D4

Text Example


Text Example

White with #5EE9D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,233,212); }

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

background-color css

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

 a { background-color: rgb(94,233,212); }

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

border-color css

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

 span { border-color: rgb(94,233,212); }

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