#55E3CB

Color #55E3CB Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #55E3CB

Tints of Turquoise #55E3CB

Color information

#55E3CB (or 0x55E3CB) is unknown color: approx Turquoise. HEX triplet: 55, E3 and CB. RGB value is (85,227,203). Sum of RGB (Red+Green+Blue) = 85+227+203=515 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.50% from 515); Green value is 227 (89.06% from 255 or 44.08% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 227 - color contains mainly: green. Hex color #55E3CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55E3CB is #AA1C34. Grayscale: #B5B5B5. Windows color (decimal): -11148341 or 13362005. OLE color: 13362005.

HSL color Cylindrical-coordinate representation of color #55E3CB: hue angle of 169.86º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55E3CB is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB85227203-
CMYK0.6300.110.11
HSL169.86º71.72%61.18%-
HSV(B)169.86º62.56%89.02%-
XYZ41.9961.1866.1-
YUV181.81139.9658.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.50%
GREEN value IS 227 (89.06% from 255) = 44.08%
BLUE value IS 203 (79.69% from 255) = 39.42%
R=16.50%
G=44.08%
B=39.42%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal852272030.6300.110.11169.8671.7261.18
Hex55E3CB3F0BBaa483d
Octal125343313770131325211075
Binary10101011110001111001011111111010111011101010101001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,227,203); }

 H1.HeaderClassName
 {
   color: #55E3CB;
 }
 .AnyTagClassName
 {
   color: #55E3CB;
 }
</style>
background-color css

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

 a { background-color: rgb(85,227,203); }

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

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

 span { border-color: rgb(85,227,203); }

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