Html Css Color HEX #5EEAD9 Turquoise Blue

📋 copy color: '#5EEAD9'

red 94 ◦ green 234 ◦ blue 217

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

Shades of Turquoise Blue #5EEAD9

Tints of Turquoise Blue #5EEAD9

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.94%

 BLUE value IS 217 (85.16% from 255) = 39.82%

R = 17.25%
G = 42.94%
B = 39.82%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#5EEAD9 (or 0x5EEAD9) is known color: Turquoise Blue. HEX triplet: 5E, EA and D9. RGB value is (94,234,217). Sum of RGB (Red+Green+Blue) = 94+234+217=545 (72% of max value = 765). Red value is 94 (37.11% from 255 or 17.25% from 545); Green value is 234 (91.80% from 255 or 42.94% from 545); Blue value is 217 (85.16% from 255 or 39.82% from 545); Max value from RGB is 234 - color contains mainly: green. Hex color #5EEAD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EEAD9 is #A11526. Grayscale: #BEBEBE. Windows color (decimal): -10556711 or 14281310. OLE color: 14281310.

HSL color Cylindrical-coordinate representation of color #5EEAD9: hue angle of 172.71º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EEAD9 is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 94 234 217 -
CMYK 0.60 0 0.07 0.08
HSL 172.71º 0.77% 0.64% -
HSV(B) 172.71º 0.6% 0.92% -
XYZ 46.56 66.24 75.98 -
YUV 190.2 143.12 59.38 -
System Red Green Blue C M Y K H S L
Decimal 94 234 217 0.60 0 0.07 0.08 172.71 0.77 0.64
Hex 5E EA D9 3C 0 7 8 AD 4D 40
Octal 136 352 331 74 0 7 10 255 115 100
Binary 1011110 11101010 11011001 111100 0 111 1000 10101101 1001101 1000000

Color Harmonies of #5EEAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EEAD9

Black with #5EEAD9

Text Example


Text Example

White with #5EEAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,234,217); }

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

background-color css

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

 a { background-color: rgb(94,234,217); }

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

border-color css

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

 span { border-color: rgb(94,234,217); }

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