#55CCDD

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

Shades of Medium Turquoise #55CCDD

Tints of Medium Turquoise #55CCDD

Color information

#55CCDD (or 0x55CCDD) is unknown color: approx Medium Turquoise. HEX triplet: 55, CC and DD. RGB value is (85,204,221). Sum of RGB (Red+Green+Blue) = 85+204+221=510 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.67% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #55CCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CCDD is #AA3322. Grayscale: #AAAAAA. Windows color (decimal): -11154211 or 14535765. OLE color: 14535765.

HSL color Cylindrical-coordinate representation of color #55CCDD: hue angle of 187.5º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55CCDD is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB85204221-
CMYK0.620.0800.13
HSL187.5º66.67%60%-
HSV(B)187.5º61.54%86.67%-
XYZ38.3950.3476.1-
YUV170.36156.5867.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.67%
GREEN value IS 204 (80.08% from 255) = 40%
BLUE value IS 221 (86.72% from 255) = 43.33%
R=16.67%
G=40%
B=43.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal852042210.620.0800.13187.566.6760
Hex55CCDD3E80Dbc433c
Octal125314335761001527410374
Binary10101011100110011011101111110100001101101111001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,204,221); }

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

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

 a { background-color: rgb(85,204,221); }

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

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

 span { border-color: rgb(85,204,221); }

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