#56D2EE

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

Shades of Turquoise Blue #56D2EE

Tints of Turquoise Blue #56D2EE

Color information

#56D2EE (or 0x56D2EE) is unknown color: approx Turquoise Blue. HEX triplet: 56, D2 and EE. RGB value is (86,210,238). Sum of RGB (Red+Green+Blue) = 86+210+238=534 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.10% from 534); Green value is 210 (82.42% from 255 or 39.33% from 534); Blue value is 238 (93.36% from 255 or 44.57% from 534); Max value from RGB is 238 - color contains mainly: blue. Hex color #56D2EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56D2EE is #A92D11. Grayscale: #AFAFAF. Windows color (decimal): -11087122 or 15651414. OLE color: 15651414.

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

Color convert

RGB86210238-
CMYK0.640.1200.07
HSL191.05º81.72%63.53%-
HSV(B)191.05º63.87%93.33%-
XYZ42.3254.2489.13-
YUV176.12162.9263.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.10%
GREEN value IS 210 (82.42% from 255) = 39.33%
BLUE value IS 238 (93.36% from 255) = 44.57%
R=16.10%
G=39.33%
B=44.57%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal862102380.640.1200.07191.0581.7263.53
Hex56D2EE40C07bf5240
Octal1263223561001407277122100
Binary101011011010010111011101000000110001111011111110100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56D2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,210,238); }

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

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

 a { background-color: rgb(86,210,238); }

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

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

 span { border-color: rgb(86,210,238); }

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