#55E7CD

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

Shades of Turquoise #55E7CD

Tints of Turquoise #55E7CD

Color information

#55E7CD (or 0x55E7CD) is unknown color: approx Turquoise. HEX triplet: 55, E7 and CD. RGB value is (85,231,205). Sum of RGB (Red+Green+Blue) = 85+231+205=521 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.31% from 521); Green value is 231 (90.62% from 255 or 44.34% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 231 - color contains mainly: green. Hex color #55E7CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55E7CD is #AA1832. Grayscale: #B8B8B8. Windows color (decimal): -11147315 or 13494101. OLE color: 13494101.

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

Color convert

RGB85231205-
CMYK0.6300.110.09
HSL169.32º75.26%61.96%-
HSV(B)169.32º63.2%90.59%-
XYZ43.3463.4967.73-
YUV184.38139.6357.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.31%
GREEN value IS 231 (90.62% from 255) = 44.34%
BLUE value IS 205 (80.47% from 255) = 39.35%
R=16.31%
G=44.34%
B=39.35%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal852312050.6300.110.09169.3275.2661.96
Hex55E7CD3F0B9a94b3e
Octal125347315770131125111376
Binary10101011110011111001101111111010111001101010011001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,231,205); }

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

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

 a { background-color: rgb(85,231,205); }

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

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

 span { border-color: rgb(85,231,205); }

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