#56CDCA

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

Shades of Medium Turquoise #56CDCA

Tints of Medium Turquoise #56CDCA

Color information

#56CDCA (or 0x56CDCA) is unknown color: approx Medium Turquoise. HEX triplet: 56, CD and CA. RGB value is (86,205,202). Sum of RGB (Red+Green+Blue) = 86+205+202=493 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.44% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 205 - color contains mainly: green. Hex color #56CDCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CDCA is #A93235. Grayscale: #A8A8A8. Windows color (decimal): -11088438 or 13290838. OLE color: 13290838.

HSL color Cylindrical-coordinate representation of color #56CDCA: hue angle of 178.49º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56CDCA is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB86205202-
CMYK0.5800.010.20
HSL178.49º54.34%57.06%-
HSV(B)178.49º58.05%80.39%-
XYZ36.3349.9163.6-
YUV169.08146.5868.74-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.44%
GREEN value IS 205 (80.47% from 255) = 41.58%
BLUE value IS 202 (79.30% from 255) = 40.97%
R=17.44%
G=41.58%
B=40.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal862052020.5800.010.20178.4954.3457.06
Hex56CDCA3A0114b23639
Octal1263153127201242626671
Binary10101101100110111001010111010011010010110010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56CDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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