#56FFDE

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

Shades of Turquoise #56FFDE

Tints of Turquoise #56FFDE

Color information

#56FFDE (or 0x56FFDE) is unknown color: approx Turquoise. HEX triplet: 56, FF and DE. RGB value is (86,255,222). Sum of RGB (Red+Green+Blue) = 86+255+222=563 (74% of max value = 765). Red value is 86 (33.98% from 255 or 15.28% from 563); Green value is 255 (100% from 255 or 45.29% from 563); Blue value is 222 (87.11% from 255 or 39.43% from 563); Max value from RGB is 255 - color contains mainly: green. Hex color #56FFDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56FFDE is #A90021. Grayscale: #C8C8C8. Windows color (decimal): -11075618 or 14614358. OLE color: 14614358.

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

Color convert

RGB86255222-
CMYK0.6600.130
HSL168.28º100%66.86%-
HSV(B)168.28º66.27%100%-
XYZ52.7878.7781.53-
YUV200.71140.0146.18-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.28%
GREEN value IS 255 (100% from 255) = 45.29%
BLUE value IS 222 (87.11% from 255) = 39.43%
R=15.28%
G=45.29%
B=39.43%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal862552220.6600.130168.2810066.86
Hex56FFDE420D0a86443
Octal1263773361020150250144103
Binary1010110111111111101111010000100110101010100011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56FFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,255,222); }

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

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

 a { background-color: rgb(86,255,222); }

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

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

 span { border-color: rgb(86,255,222); }

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