Html Css Color HEX #59D6EF Turquoise Blue

📋 copy color: '#59D6EF'

red 89 ◦ green 214 ◦ blue 239

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

Shades of Turquoise Blue #59D6EF

Tints of Turquoise Blue #59D6EF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.48%

 BLUE value IS 239 (93.75% from 255) = 44.1%

R = 16.42%
G = 39.48%
B = 44.1%

CMYK

 C value IS 0.63

 M value IS 0.10

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#59D6EF (or 0x59D6EF) is known color: Turquoise Blue. HEX triplet: 59, D6 and EF. RGB value is (89,214,239). Sum of RGB (Red+Green+Blue) = 89+214+239=542 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.42% from 542); Green value is 214 (83.98% from 255 or 39.48% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: blue. Hex color #59D6EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59D6EF is #A62910. Grayscale: #B3B3B3. Windows color (decimal): -10889489 or 15717977. OLE color: 15717977.

HSL color Cylindrical-coordinate representation of color #59D6EF: hue angle of 190º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59D6EF is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 89 214 239 -
CMYK 0.63 0.10 0 0.06
HSL 190º 0.82% 0.64% -
HSV(B) 190º 0.63% 0.94% -
XYZ 43.75 56.45 90.25 -
YUV 179.48 161.59 63.47 -
System Red Green Blue C M Y K H S L
Decimal 89 214 239 0.63 0.10 0 0.06 190 0.82 0.64
Hex 59 D6 EF 3F A 0 6 BE 52 40
Octal 131 326 357 77 12 0 6 276 122 100
Binary 1011001 11010110 11101111 111111 1010 0 110 10111110 1010010 1000000

Color Harmonies of #59D6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59D6EF

Black with #59D6EF

Text Example


Text Example

White with #59D6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,214,239); }

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

background-color css

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

 a { background-color: rgb(89,214,239); }

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

border-color css

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

 span { border-color: rgb(89,214,239); }

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