Html Css Color HEX #55E8D2 Turquoise

📋 copy color: '#55E8D2'

red 85 ◦ green 232 ◦ blue 210

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

Shades of Turquoise #55E8D2

Tints of Turquoise #55E8D2

RGB

 RED value IS 85 (33.59% from 255) = 16.13%

 GREEN value IS 232 (91.02% from 255) = 44.02%

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

R = 16.13%
G = 44.02%
B = 39.85%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#55E8D2 (or 0x55E8D2) is known color: Turquoise. HEX triplet: 55, E8 and D2. RGB value is (85,232,210). Sum of RGB (Red+Green+Blue) = 85+232+210=527 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.13% from 527); Green value is 232 (91.02% from 255 or 44.02% from 527); Blue value is 210 (82.42% from 255 or 39.85% from 527); Max value from RGB is 232 - color contains mainly: green. Hex color #55E8D2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55E8D2 is #AA172D. Grayscale: #B9B9B9. Windows color (decimal): -11147054 or 13822037. OLE color: 13822037.

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

Color convert

RGB 85 232 210 -
CMYK 0.63 0 0.09 0.09
HSL 171.02º 0.76% 0.62% -
HSV(B) 171.02º 0.63% 0.91% -
XYZ 44.24 64.3 71.05 -
YUV 185.54 141.8 56.29 -
System Red Green Blue C M Y K H S L
Decimal 85 232 210 0.63 0 0.09 0.09 171.02 0.76 0.62
Hex 55 E8 D2 3F 0 9 9 AB 4C 3E
Octal 125 350 322 77 0 11 11 253 114 76
Binary 1010101 11101000 11010010 111111 0 1001 1001 10101011 1001100 111110

Color Harmonies of #55E8D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55E8D2

Black with #55E8D2

Text Example


Text Example

White with #55E8D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55E8D2; }

 p { color: rgb(85,232,210); }

 H1.HeaderClassName
 {
   color: #55E8D2;
 }
 .AnyTagClassName
 {
   color: #55E8D2;
 }
</style>

background-color css

<style>
 a { background-color: #55E8D2; }

 a { background-color: rgb(85,232,210); }

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

border-color css

<style>
 span { border-color: #55E8D2; }

 span { border-color: rgb(85,232,210); }

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