#56E1D7

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

Shades of Turquoise #56E1D7

Tints of Turquoise #56E1D7

Color information

#56E1D7 (or 0x56E1D7) is unknown color: approx Turquoise. HEX triplet: 56, E1 and D7. RGB value is (86,225,215). Sum of RGB (Red+Green+Blue) = 86+225+215=526 (69% of max value = 765). Red value is 86 (33.98% from 255 or 16.35% from 526); Green value is 225 (88.28% from 255 or 42.78% from 526); Blue value is 215 (84.38% from 255 or 40.87% from 526); Max value from RGB is 225 - color contains mainly: green. Hex color #56E1D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56E1D7 is #A91E28. Grayscale: #B6B6B6. Windows color (decimal): -11083305 or 14147926. OLE color: 14147926.

HSL color Cylindrical-coordinate representation of color #56E1D7: hue angle of 175.68º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56E1D7 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB86225215-
CMYK0.6200.040.12
HSL175.68º69.85%60.98%-
HSV(B)175.68º61.78%88.24%-
XYZ43.0360.7473.75-
YUV182.3146.4559.31-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.35%
GREEN value IS 225 (88.28% from 255) = 42.78%
BLUE value IS 215 (84.38% from 255) = 40.87%
R=16.35%
G=42.78%
B=40.87%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal862252150.6200.040.12175.6869.8560.98
Hex56E1D73E04Cb0463d
Octal12634132776041426010675
Binary1010110111000011101011111111001001100101100001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56E1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,225,215); }

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

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

 a { background-color: rgb(86,225,215); }

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

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

 span { border-color: rgb(86,225,215); }

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