#55CFC3

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

Shades of Medium Turquoise #55CFC3

Tints of Medium Turquoise #55CFC3

Color information

#55CFC3 (or 0x55CFC3) is unknown color: approx Medium Turquoise. HEX triplet: 55, CF and C3. RGB value is (85,207,195). Sum of RGB (Red+Green+Blue) = 85+207+195=487 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.45% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 195 (76.56% from 255 or 40.04% from 487); Max value from RGB is 207 - color contains mainly: green. Hex color #55CFC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CFC3 is #AA303C. Grayscale: #A9A9A9. Windows color (decimal): -11153469 or 12832597. OLE color: 12832597.

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

Color convert

RGB85207195-
CMYK0.5900.060.19
HSL174.1º55.96%57.25%-
HSV(B)174.1º58.94%81.18%-
XYZ35.9150.559.48-
YUV169.15142.5867.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.45%
GREEN value IS 207 (81.25% from 255) = 42.51%
BLUE value IS 195 (76.56% from 255) = 40.04%
R=17.45%
G=42.51%
B=40.04%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal852071950.5900.060.19174.155.9657.25
Hex55CFC33B0613ae3839
Octal1253173037306232567071
Binary1010101110011111100001111101101101001110101110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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