#55E7C3

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

Shades of Turquoise #55E7C3

Tints of Turquoise #55E7C3

Color information

#55E7C3 (or 0x55E7C3) is unknown color: approx Turquoise. HEX triplet: 55, E7 and C3. RGB value is (85,231,195). Sum of RGB (Red+Green+Blue) = 85+231+195=511 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.63% from 511); Green value is 231 (90.62% from 255 or 45.21% from 511); Blue value is 195 (76.56% from 255 or 38.16% from 511); Max value from RGB is 231 - color contains mainly: green. Hex color #55E7C3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55E7C3 is #AA183C. Grayscale: #B7B7B7. Windows color (decimal): -11147325 or 12838741. OLE color: 12838741.

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

Color convert

RGB85231195-
CMYK0.6300.160.09
HSL165.21º75.26%61.96%-
HSV(B)165.21º63.2%90.59%-
XYZ42.1763.0261.57-
YUV183.24134.6357.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.63%
GREEN value IS 231 (90.62% from 255) = 45.21%
BLUE value IS 195 (76.56% from 255) = 38.16%
R=16.63%
G=45.21%
B=38.16%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal852311950.6300.160.09165.2175.2661.96
Hex55E7C33F0109a54b3e
Octal125347303770201124511376
Binary101010111100111110000111111110100001001101001011001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E7C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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