Html Css Color HEX #59DDF7 Turquoise Blue

📋 copy color: '#59DDF7'

red 89 ◦ green 221 ◦ blue 247

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

Shades of Turquoise Blue #59DDF7

Tints of Turquoise Blue #59DDF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 44.34%

R = 15.98%
G = 39.68%
B = 44.34%

CMYK

 C value IS 0.64

 M value IS 0.11

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#59DDF7 (or 0x59DDF7) is known color: Turquoise Blue. HEX triplet: 59, DD and F7. RGB value is (89,221,247). Sum of RGB (Red+Green+Blue) = 89+221+247=557 (73% of max value = 765). Red value is 89 (35.16% from 255 or 15.98% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 247 (96.88% from 255 or 44.34% from 557); Max value from RGB is 247 - color contains mainly: blue. Hex color #59DDF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59DDF7 is #A62208. Grayscale: #B8B8B8. Windows color (decimal): -10887689 or 16244057. OLE color: 16244057.

HSL color Cylindrical-coordinate representation of color #59DDF7: hue angle of 189.87º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59DDF7 is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 89 221 247 -
CMYK 0.64 0.11 0 0.03
HSL 189.87º 0.91% 0.66% -
HSV(B) 189.87º 0.64% 0.97% -
XYZ 46.76 60.55 97.22 -
YUV 184.5 163.27 59.89 -
System Red Green Blue C M Y K H S L
Decimal 89 221 247 0.64 0.11 0 0.03 189.87 0.91 0.66
Hex 59 DD F7 40 B 0 3 BE 5B 42
Octal 131 335 367 100 13 0 3 276 133 102
Binary 1011001 11011101 11110111 1000000 1011 0 11 10111110 1011011 1000010

Color Harmonies of #59DDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59DDF7

Black with #59DDF7

Text Example


Text Example

White with #59DDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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