#59DFF1

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

Shades of Turquoise Blue #59DFF1

Tints of Turquoise Blue #59DFF1

Color information

#59DFF1 (or 0x59DFF1) is unknown color: approx Turquoise Blue. HEX triplet: 59, DF and F1. RGB value is (89,223,241). Sum of RGB (Red+Green+Blue) = 89+223+241=553 (73% of max value = 765). Red value is 89 (35.16% from 255 or 16.09% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 241 (94.53% from 255 or 43.58% from 553); Max value from RGB is 241 - color contains mainly: blue. Hex color #59DFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59DFF1 is #A6200E. Grayscale: #B8B8B8. Windows color (decimal): -10887183 or 15851353. OLE color: 15851353.

HSL color Cylindrical-coordinate representation of color #59DFF1: hue angle of 187.11º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59DFF1 is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB89223241-
CMYK0.630.0700.05
HSL187.11º84.44%64.71%-
HSV(B)187.11º63.07%94.51%-
XYZ46.3861.2592.6-
YUV184.99159.6159.54-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 16.09%
GREEN value IS 223 (87.5% from 255) = 40.33%
BLUE value IS 241 (94.53% from 255) = 43.58%
R=16.09%
G=40.33%
B=43.58%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal892232410.630.0700.05187.1184.4464.71
Hex59DFF13F705bb5441
Octal13133736177705273124101
Binary1011001110111111111000111111111101011011101110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59DFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,223,241); }

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

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

 a { background-color: rgb(89,223,241); }

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

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

 span { border-color: rgb(89,223,241); }

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