#55ecd0

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

Shades of Turquoise #55ECD0

Tints of Turquoise #55ECD0

Color information

#55ECD0 (or 0x55ECD0) is unknown color: approx Turquoise. HEX triplet: 55, EC and D0. RGB value is (85,236,208). Sum of RGB (Red+Green+Blue) = 85+236+208=529 (70% of max value = 765). Red value is 85 (33.59% from 255 or 16.07% from 529); Green value is 236 (92.58% from 255 or 44.61% from 529); Blue value is 208 (81.64% from 255 or 39.32% from 529); Max value from RGB is 236 - color contains mainly: green. Hex color #55ECD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55ECD0 is #AA132F. Grayscale: #BBBBBB. Windows color (decimal): -11146032 or 13691989. OLE color: 13691989.

HSL color Cylindrical-coordinate representation of color #55ECD0: hue angle of 168.87º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55ECD0 is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB85236208-
CMYK0.6400.120.07
HSL168.87º79.89%62.94%-
HSV(B)168.87º63.98%92.55%-
XYZ45.1366.4870.13-
YUV187.66139.4754.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.07%
GREEN value IS 236 (92.58% from 255) = 44.61%
BLUE value IS 208 (81.64% from 255) = 39.32%
R=16.07%
G=44.61%
B=39.32%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal852362080.6400.120.07168.8779.8962.94
Hex55ECD0400C7a9503f
Octal125354320100014725112077
Binary10101011110110011010000100000001100111101010011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55ecd0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,236,208); }

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

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

 a { background-color: rgb(85,236,208); }

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

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

 span { border-color: rgb(85,236,208); }

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