#59DDE2

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

Shades of Turquoise Blue #59DDE2

Tints of Turquoise Blue #59DDE2

Color information

#59DDE2 (or 0x59DDE2) is unknown color: approx Turquoise Blue. HEX triplet: 59, DD and E2. RGB value is (89,221,226). Sum of RGB (Red+Green+Blue) = 89+221+226=536 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.60% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 226 (88.67% from 255 or 42.16% from 536); Max value from RGB is 226 - color contains mainly: blue. Hex color #59DDE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DDE2 is #A6221D. Grayscale: #B5B5B5. Windows color (decimal): -10887710 or 14867801. OLE color: 14867801.

HSL color Cylindrical-coordinate representation of color #59DDE2: hue angle of 182.19º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59DDE2 is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB89221226-
CMYK0.610.0200.11
HSL182.19º70.26%61.76%-
HSV(B)182.19º60.62%88.63%-
XYZ43.759.3381.1-
YUV182.1152.7761.59-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 16.60%
GREEN value IS 221 (86.72% from 255) = 41.23%
BLUE value IS 226 (88.67% from 255) = 42.16%
R=16.60%
G=41.23%
B=42.16%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal892212260.610.0200.11182.1970.2661.76
Hex59DDE23D20Bb6463e
Octal13133534275201326610676
Binary101100111011101111000101111011001011101101101000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59DDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59DDE2; }

 p { color: rgb(89,221,226); }

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

<style>
 a { background-color: #59DDE2; }

 a { background-color: rgb(89,221,226); }

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

<style>
 span { border-color: #59DDE2; }

 span { border-color: rgb(89,221,226); }

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