Html Css Color HEX #59D9F6 Turquoise Blue

📋 copy color: '#59D9F6'

red 89 ◦ green 217 ◦ blue 246

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

Shades of Turquoise Blue #59D9F6

Tints of Turquoise Blue #59D9F6

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.31%

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

R = 16.12%
G = 39.31%
B = 44.57%

CMYK

 C value IS 0.64

 M value IS 0.12

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#59D9F6 (or 0x59D9F6) is known color: Turquoise Blue. HEX triplet: 59, D9 and F6. RGB value is (89,217,246). Sum of RGB (Red+Green+Blue) = 89+217+246=552 (73% of max value = 765). Red value is 89 (35.16% from 255 or 16.12% from 552); Green value is 217 (85.16% from 255 or 39.31% from 552); Blue value is 246 (96.48% from 255 or 44.57% from 552); Max value from RGB is 246 - color contains mainly: blue. Hex color #59D9F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59D9F6 is #A62609. Grayscale: #B5B5B5. Windows color (decimal): -10888714 or 16177497. OLE color: 16177497.

HSL color Cylindrical-coordinate representation of color #59D9F6: hue angle of 191.08º 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 #59D9F6 is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 89 217 246 -
CMYK 0.64 0.12 0 0.04
HSL 191.08º 0.9% 0.66% -
HSV(B) 191.08º 0.64% 0.96% -
XYZ 45.57 58.4 96.06 -
YUV 182.03 164.09 61.64 -
System Red Green Blue C M Y K H S L
Decimal 89 217 246 0.64 0.12 0 0.04 191.08 0.9 0.66
Hex 59 D9 F6 40 C 0 4 BF 5A 42
Octal 131 331 366 100 14 0 4 277 132 102
Binary 1011001 11011001 11110110 1000000 1100 0 100 10111111 1011010 1000010

Color Harmonies of #59D9F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59D9F6

Black with #59D9F6

Text Example


Text Example

White with #59D9F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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