Html Css Color HEX #5EEAD2 Turquoise

📋 copy color: '#5EEAD2'

red 94 ◦ green 234 ◦ blue 210

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

Shades of Turquoise #5EEAD2

Tints of Turquoise #5EEAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 39.03%

R = 17.47%
G = 43.49%
B = 39.03%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#5EEAD2 (or 0x5EEAD2) is known color: Turquoise. HEX triplet: 5E, EA and D2. RGB value is (94,234,210). Sum of RGB (Red+Green+Blue) = 94+234+210=538 (71% of max value = 765). Red value is 94 (37.11% from 255 or 17.47% from 538); Green value is 234 (91.80% from 255 or 43.49% from 538); Blue value is 210 (82.42% from 255 or 39.03% from 538); Max value from RGB is 234 - color contains mainly: green. Hex color #5EEAD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EEAD2 is #A1152D. Grayscale: #BDBDBD. Windows color (decimal): -10556718 or 13822558. OLE color: 13822558.

HSL color Cylindrical-coordinate representation of color #5EEAD2: hue angle of 169.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 #5EEAD2 is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 94 234 210 -
CMYK 0.60 0 0.10 0.08
HSL 169.71º 0.77% 0.64% -
HSV(B) 169.71º 0.6% 0.92% -
XYZ 45.67 65.88 71.28 -
YUV 189.4 139.62 59.95 -
System Red Green Blue C M Y K H S L
Decimal 94 234 210 0.60 0 0.10 0.08 169.71 0.77 0.64
Hex 5E EA D2 3C 0 A 8 AA 4D 40
Octal 136 352 322 74 0 12 10 252 115 100
Binary 1011110 11101010 11010010 111100 0 1010 1000 10101010 1001101 1000000

Color Harmonies of #5EEAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EEAD2

Black with #5EEAD2

Text Example


Text Example

White with #5EEAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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