Html Css Color HEX #55E5CC Turquoise

📋 copy color: '#55E5CC'

red 85 ◦ green 229 ◦ blue 204

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

Shades of Turquoise #55E5CC

Tints of Turquoise #55E5CC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 44.21%

 BLUE value IS 204 (80.08% from 255) = 39.38%

R = 16.41%
G = 44.21%
B = 39.38%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#55E5CC (or 0x55E5CC) is known color: Turquoise. HEX triplet: 55, E5 and CC. RGB value is (85,229,204). Sum of RGB (Red+Green+Blue) = 85+229+204=518 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.41% from 518); Green value is 229 (89.84% from 255 or 44.21% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 229 - color contains mainly: green. Hex color #55E5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55E5CC is #AA1A33. Grayscale: #B7B7B7. Windows color (decimal): -11147828 or 13428053. OLE color: 13428053.

HSL color Cylindrical-coordinate representation of color #55E5CC: hue angle of 169.58º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55E5CC is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 85 229 204 -
CMYK 0.63 0 0.11 0.10
HSL 169.58º 0.73% 0.62% -
HSV(B) 169.58º 0.63% 0.9% -
XYZ 42.66 62.33 66.91 -
YUV 183.09 139.79 58.03 -
System Red Green Blue C M Y K H S L
Decimal 85 229 204 0.63 0 0.11 0.10 169.58 0.73 0.62
Hex 55 E5 CC 3F 0 B A AA 49 3E
Octal 125 345 314 77 0 13 12 252 111 76
Binary 1010101 11100101 11001100 111111 0 1011 1010 10101010 1001001 111110

Color Harmonies of #55E5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55E5CC

Black with #55E5CC

Text Example


Text Example

White with #55E5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,229,204); }

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

background-color css

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

 a { background-color: rgb(85,229,204); }

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

border-color css

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

 span { border-color: rgb(85,229,204); }

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