#55E3D7

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

Shades of Turquoise #55E3D7

Tints of Turquoise #55E3D7

Color information

#55E3D7 (or 0x55E3D7) is unknown color: approx Turquoise. HEX triplet: 55, E3 and D7. RGB value is (85,227,215). Sum of RGB (Red+Green+Blue) = 85+227+215=527 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.13% from 527); Green value is 227 (89.06% from 255 or 43.07% from 527); Blue value is 215 (84.38% from 255 or 40.80% from 527); Max value from RGB is 227 - color contains mainly: green. Hex color #55E3D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55E3D7 is #AA1C28. Grayscale: #B7B7B7. Windows color (decimal): -11148329 or 14148437. OLE color: 14148437.

HSL color Cylindrical-coordinate representation of color #55E3D7: hue angle of 174.93º 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 #55E3D7 is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB85227215-
CMYK0.6300.050.11
HSL174.93º71.72%61.18%-
HSV(B)174.93º62.56%89.02%-
XYZ43.4861.7873.92-
YUV183.17145.9657.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.13%
GREEN value IS 227 (89.06% from 255) = 43.07%
BLUE value IS 215 (84.38% from 255) = 40.80%
R=16.13%
G=43.07%
B=40.80%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal852272150.6300.050.11174.9371.7261.18
Hex55E3D73F05Baf483d
Octal12534332777051325711075
Binary1010101111000111101011111111101011011101011111001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E3D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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