Html Css Color HEX #59F9D8 Turquoise

📋 copy color: '#59F9D8'

red 89 ◦ green 249 ◦ blue 216

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

Shades of Turquoise #59F9D8

Tints of Turquoise #59F9D8

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.95%

 BLUE value IS 216 (84.77% from 255) = 38.99%

R = 16.06%
G = 44.95%
B = 38.99%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#59F9D8 (or 0x59F9D8) is known color: Turquoise. HEX triplet: 59, F9 and D8. RGB value is (89,249,216). Sum of RGB (Red+Green+Blue) = 89+249+216=554 (73% of max value = 765). Red value is 89 (35.16% from 255 or 16.06% from 554); Green value is 249 (97.66% from 255 or 44.95% from 554); Blue value is 216 (84.77% from 255 or 38.99% from 554); Max value from RGB is 249 - color contains mainly: green. Hex color #59F9D8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59F9D8 is #A60627. Grayscale: #C5C5C5. Windows color (decimal): -10880552 or 14219609. OLE color: 14219609.

HSL color Cylindrical-coordinate representation of color #59F9D8: hue angle of 167.62º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59F9D8 is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 89 249 216 -
CMYK 0.64 0 0.13 0.02
HSL 167.63º 0.93% 0.66% -
HSV(B) 167.63º 0.64% 0.98% -
XYZ 50.39 74.83 76.75 -
YUV 197.4 138.49 50.68 -
System Red Green Blue C M Y K H S L
Decimal 89 249 216 0.64 0 0.13 0.02 167.63 0.93 0.66
Hex 59 F9 D8 40 0 D 2 A8 5D 42
Octal 131 371 330 100 0 15 2 250 135 102
Binary 1011001 11111001 11011000 1000000 0 1101 10 10101000 1011101 1000010

Color Harmonies of #59F9D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59F9D8

Black with #59F9D8

Text Example


Text Example

White with #59F9D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,249,216); }

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

background-color css

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

 a { background-color: rgb(89,249,216); }

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

border-color css

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

 span { border-color: rgb(89,249,216); }

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