#56CFCA

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

Shades of Medium Turquoise #56CFCA

Tints of Medium Turquoise #56CFCA

Color information

#56CFCA (or 0x56CFCA) is unknown color: approx Medium Turquoise. HEX triplet: 56, CF and CA. RGB value is (86,207,202). Sum of RGB (Red+Green+Blue) = 86+207+202=495 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.37% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 207 - color contains mainly: green. Hex color #56CFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CFCA is #A93035. Grayscale: #AAAAAA. Windows color (decimal): -11087926 or 13291350. OLE color: 13291350.

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

Color convert

RGB86207202-
CMYK0.5800.020.19
HSL177.52º55.76%57.45%-
HSV(B)177.52º58.45%81.18%-
XYZ36.8150.8763.76-
YUV170.25145.9167.91-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.37%
GREEN value IS 207 (81.25% from 255) = 41.82%
BLUE value IS 202 (79.30% from 255) = 40.81%
R=17.37%
G=41.82%
B=40.81%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal862072020.5800.020.19177.5255.7657.45
Hex56CFCA3A0213b23839
Octal1263173127202232627071
Binary101011011001111110010101110100101001110110010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56CFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56CFCA; }

 p { color: rgb(86,207,202); }

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

<style>
 a { background-color: #56CFCA; }

 a { background-color: rgb(86,207,202); }

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

<style>
 span { border-color: #56CFCA; }

 span { border-color: rgb(86,207,202); }

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