#55CFDC

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

Shades of Medium Turquoise #55CFDC

Tints of Medium Turquoise #55CFDC

Color information

#55CFDC (or 0x55CFDC) is unknown color: approx Medium Turquoise. HEX triplet: 55, CF and DC. RGB value is (85,207,220). Sum of RGB (Red+Green+Blue) = 85+207+220=512 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.60% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #55CFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CFDC is #AA3023. Grayscale: #ABABAB. Windows color (decimal): -11153444 or 14470997. OLE color: 14470997.

HSL color Cylindrical-coordinate representation of color #55CFDC: hue angle of 185.78º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55CFDC is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB85207220-
CMYK0.610.0600.14
HSL185.78º65.85%59.8%-
HSV(B)185.78º61.36%86.27%-
XYZ38.9851.7275.64-
YUV172155.0865.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.60%
GREEN value IS 207 (81.25% from 255) = 40.43%
BLUE value IS 220 (86.33% from 255) = 42.97%
R=16.60%
G=40.43%
B=42.97%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal852072200.610.0600.14185.7865.8559.8
Hex55CFDC3D60Eba423c
Octal12531733475601627210274
Binary1010101110011111101110011110111001110101110101000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,207,220); }

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

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

 a { background-color: rgb(85,207,220); }

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

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

 span { border-color: rgb(85,207,220); }

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