#56CDED

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

Shades of Turquoise Blue #56CDED

Tints of Turquoise Blue #56CDED

Color information

#56CDED (or 0x56CDED) is unknown color: approx Turquoise Blue. HEX triplet: 56, CD and ED. RGB value is (86,205,237). Sum of RGB (Red+Green+Blue) = 86+205+237=528 (69% of max value = 765). Red value is 86 (33.98% from 255 or 16.29% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #56CDED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56CDED is #A93212. Grayscale: #ACACAC. Windows color (decimal): -11088403 or 15584598. OLE color: 15584598.

HSL color Cylindrical-coordinate representation of color #56CDED: hue angle of 192.72º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56CDED is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB86205237-
CMYK0.640.1400.07
HSL192.72º80.75%63.33%-
HSV(B)192.72º63.71%92.94%-
XYZ40.9651.7687.95-
YUV173.07164.0865.9-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.29%
GREEN value IS 205 (80.47% from 255) = 38.83%
BLUE value IS 237 (92.97% from 255) = 44.89%
R=16.29%
G=38.83%
B=44.89%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal862052370.640.1400.07192.7280.7563.33
Hex56CDED40E07c1513f
Octal126315355100160730112177
Binary10101101100110111101101100000011100111110000011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56CDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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