#56C9DD

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

Shades of Medium Turquoise #56C9DD

Tints of Medium Turquoise #56C9DD

Color information

#56C9DD (or 0x56C9DD) is unknown color: approx Medium Turquoise. HEX triplet: 56, C9 and DD. RGB value is (86,201,221). Sum of RGB (Red+Green+Blue) = 86+201+221=508 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.93% from 508); Green value is 201 (78.91% from 255 or 39.57% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #56C9DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56C9DD is #A93622. Grayscale: #A8A8A8. Windows color (decimal): -11089443 or 14534998. OLE color: 14534998.

HSL color Cylindrical-coordinate representation of color #56C9DD: hue angle of 188.89º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56C9DD is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB86201221-
CMYK0.610.0900.13
HSL188.89º66.5%60.2%-
HSV(B)188.89º61.09%86.67%-
XYZ37.7848.9775.87-
YUV168.9157.468.87-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.93%
GREEN value IS 201 (78.91% from 255) = 39.57%
BLUE value IS 221 (86.72% from 255) = 43.50%
R=16.93%
G=39.57%
B=43.50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal862012210.610.0900.13188.8966.560.2
Hex56C9DD3D90Dbd433c
Octal126311335751101527510374
Binary10101101100100111011101111101100101101101111011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56C9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,201,221); }

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

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

 a { background-color: rgb(86,201,221); }

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

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

 span { border-color: rgb(86,201,221); }

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