Html Css Color HEX #59DDF6 Turquoise Blue

📋 copy color: '#59DDF6'

red 89 ◦ green 221 ◦ blue 246

#59DDF6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #59DDF6

Tints of Turquoise Blue #59DDF6

RGB

 RED value IS 89 (35.16% from 255) = 16.01%

 GREEN value IS 221 (86.72% from 255) = 39.75%

 BLUE value IS 246 (96.48% from 255) = 44.24%

R = 16.01%
G = 39.75%
B = 44.24%

CMYK

 C value IS 0.64

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#59DDF6 (or 0x59DDF6) is known color: Turquoise Blue. HEX triplet: 59, DD and F6. RGB value is (89,221,246). Sum of RGB (Red+Green+Blue) = 89+221+246=556 (73% of max value = 765). Red value is 89 (35.16% from 255 or 16.01% from 556); Green value is 221 (86.72% from 255 or 39.75% from 556); Blue value is 246 (96.48% from 255 or 44.24% from 556); Max value from RGB is 246 - color contains mainly: blue. Hex color #59DDF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59DDF6 is #A62209. Grayscale: #B8B8B8. Windows color (decimal): -10887690 or 16178521. OLE color: 16178521.

HSL color Cylindrical-coordinate representation of color #59DDF6: hue angle of 189.55º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59DDF6 is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 89 221 246 -
CMYK 0.64 0.10 0 0.04
HSL 189.55º 0.9% 0.66% -
HSV(B) 189.55º 0.64% 0.96% -
XYZ 46.61 60.49 96.41 -
YUV 184.38 162.77 59.97 -
System Red Green Blue C M Y K H S L
Decimal 89 221 246 0.64 0.10 0 0.04 189.55 0.9 0.66
Hex 59 DD F6 40 A 0 4 BE 5A 42
Octal 131 335 366 100 12 0 4 276 132 102
Binary 1011001 11011101 11110110 1000000 1010 0 100 10111110 1011010 1000010

Color Harmonies of #59DDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59DDF6

Black with #59DDF6

Text Example


Text Example

White with #59DDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #59DDF6;
 }
 .AnyTagClassName
 {
   color: #59DDF6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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