#55CED0

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

Shades of Medium Turquoise #55CED0

Tints of Medium Turquoise #55CED0

Color information

#55CED0 (or 0x55CED0) is unknown color: approx Medium Turquoise. HEX triplet: 55, CE and D0. RGB value is (85,206,208). Sum of RGB (Red+Green+Blue) = 85+206+208=499 (66% of max value = 765). Red value is 85 (33.59% from 255 or 17.03% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 208 (81.64% from 255 or 41.68% from 499); Max value from RGB is 208 - color contains mainly: blue. Hex color #55CED0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CED0 is #AA312F. Grayscale: #A9A9A9. Windows color (decimal): -11153712 or 13684309. OLE color: 13684309.

HSL color Cylindrical-coordinate representation of color #55CED0: hue angle of 180.98º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55CED0 is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB85206208-
CMYK0.590.0100.18
HSL180.98º56.68%57.45%-
HSV(B)180.98º59.13%81.57%-
XYZ37.250.6367.49-
YUV170.05149.4167.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.03%
GREEN value IS 206 (80.86% from 255) = 41.28%
BLUE value IS 208 (81.64% from 255) = 41.68%
R=17.03%
G=41.28%
B=41.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal852062080.590.0100.18180.9856.6857.45
Hex55CED03B1012b53939
Octal1253163207310222657171
Binary10101011100111011010000111011101001010110101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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