#55C8D0

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

Shades of Medium Turquoise #55C8D0

Tints of Medium Turquoise #55C8D0

Color information

#55C8D0 (or 0x55C8D0) is unknown color: approx Medium Turquoise. HEX triplet: 55, C8 and D0. RGB value is (85,200,208). Sum of RGB (Red+Green+Blue) = 85+200+208=493 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.24% from 493); Green value is 200 (78.52% from 255 or 40.57% from 493); Blue value is 208 (81.64% from 255 or 42.19% from 493); Max value from RGB is 208 - color contains mainly: blue. Hex color #55C8D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55C8D0 is #AA372F. Grayscale: #A6A6A6. Windows color (decimal): -11155248 or 13682773. OLE color: 13682773.

HSL color Cylindrical-coordinate representation of color #55C8D0: hue angle of 183.9º 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 #55C8D0 is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB85200208-
CMYK0.590.0400.18
HSL183.9º56.68%57.45%-
HSV(B)183.9º59.13%81.57%-
XYZ35.7947.7967.01-
YUV166.53151.469.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.24%
GREEN value IS 200 (78.52% from 255) = 40.57%
BLUE value IS 208 (81.64% from 255) = 42.19%
R=17.24%
G=40.57%
B=42.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal852002080.590.0400.18183.956.6857.45
Hex55C8D03B4012b83939
Octal1253103207340222707171
Binary1010101110010001101000011101110001001010111000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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