#56CBDC

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

Shades of Medium Turquoise #56CBDC

Tints of Medium Turquoise #56CBDC

Color information

#56CBDC (or 0x56CBDC) is unknown color: approx Medium Turquoise. HEX triplet: 56, CB and DC. RGB value is (86,203,220). Sum of RGB (Red+Green+Blue) = 86+203+220=509 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.90% from 509); Green value is 203 (79.69% from 255 or 39.88% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #56CBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CBDC is #A93423. Grayscale: #A9A9A9. Windows color (decimal): -11088932 or 14469974. OLE color: 14469974.

HSL color Cylindrical-coordinate representation of color #56CBDC: hue angle of 187.61º 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 #56CBDC is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB86203220-
CMYK0.610.0800.14
HSL187.61º65.69%60%-
HSV(B)187.61º60.91%86.27%-
XYZ38.1149.8675.32-
YUV169.96156.2468.12-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.90%
GREEN value IS 203 (79.69% from 255) = 39.88%
BLUE value IS 220 (86.33% from 255) = 43.22%
R=16.90%
G=39.88%
B=43.22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal862032200.610.0800.14187.6165.6960
Hex56CBDC3D80Ebc423c
Octal126313334751001627410274
Binary10101101100101111011100111101100001110101111001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56CBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,203,220); }

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

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

 a { background-color: rgb(86,203,220); }

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

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

 span { border-color: rgb(86,203,220); }

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