#56CDCF

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

Shades of Medium Turquoise #56CDCF

Tints of Medium Turquoise #56CDCF

Color information

#56CDCF (or 0x56CDCF) is unknown color: approx Medium Turquoise. HEX triplet: 56, CD and CF. RGB value is (86,205,207). Sum of RGB (Red+Green+Blue) = 86+205+207=498 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.27% from 498); Green value is 205 (80.47% from 255 or 41.16% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #56CDCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CDCF is #A93230. Grayscale: #A9A9A9. Windows color (decimal): -11088433 or 13618518. OLE color: 13618518.

HSL color Cylindrical-coordinate representation of color #56CDCF: hue angle of 180.99º 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 #56CDCF is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB86205207-
CMYK0.580.0100.19
HSL180.99º55.76%57.45%-
HSV(B)180.99º58.45%81.18%-
XYZ36.9350.1566.76-
YUV169.65149.0868.34-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.27%
GREEN value IS 205 (80.47% from 255) = 41.16%
BLUE value IS 207 (81.25% from 255) = 41.57%
R=17.27%
G=41.16%
B=41.57%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal862052070.580.0100.19180.9955.7657.45
Hex56CDCF3A1013b53839
Octal1263153177210232657071
Binary10101101100110111001111111010101001110110101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56CDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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