#55CFBF

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

Shades of Medium Turquoise #55CFBF

Tints of Medium Turquoise #55CFBF

Color information

#55CFBF (or 0x55CFBF) is unknown color: approx Medium Turquoise. HEX triplet: 55, CF and BF. RGB value is (85,207,191). Sum of RGB (Red+Green+Blue) = 85+207+191=483 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.60% from 483); Green value is 207 (81.25% from 255 or 42.86% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 207 - color contains mainly: green. Hex color #55CFBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CFBF is #AA3040. Grayscale: #A8A8A8. Windows color (decimal): -11153473 or 12570453. OLE color: 12570453.

HSL color Cylindrical-coordinate representation of color #55CFBF: hue angle of 172.13º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55CFBF is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB85207191-
CMYK0.5900.080.19
HSL172.13º55.96%57.25%-
HSV(B)172.13º58.94%81.18%-
XYZ35.4650.3257.13-
YUV168.7140.5868.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.60%
GREEN value IS 207 (81.25% from 255) = 42.86%
BLUE value IS 191 (75% from 255) = 39.54%
R=17.60%
G=42.86%
B=39.54%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal852071910.5900.080.19172.1355.9657.25
Hex55CFBF3B0813ac3839
Octal12531727773010232547071
Binary10101011100111110111111111011010001001110101100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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