Html Css Color HEX #59F4DB Turquoise

📋 copy color: '#59F4DB'

red 89 ◦ green 244 ◦ blue 219

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

Shades of Turquoise #59F4DB

Tints of Turquoise #59F4DB

RGB

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

 GREEN value IS 244 (95.7% from 255) = 44.2%

 BLUE value IS 219 (85.94% from 255) = 39.67%

R = 16.12%
G = 44.2%
B = 39.67%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#59F4DB (or 0x59F4DB) is known color: Turquoise. HEX triplet: 59, F4 and DB. RGB value is (89,244,219). Sum of RGB (Red+Green+Blue) = 89+244+219=552 (73% of max value = 765). Red value is 89 (35.16% from 255 or 16.12% from 552); Green value is 244 (95.70% from 255 or 44.20% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 244 - color contains mainly: green. Hex color #59F4DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59F4DB is #A60B24. Grayscale: #C2C2C2. Windows color (decimal): -10881829 or 14414937. OLE color: 14414937.

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

Color convert

RGB 89 244 219 -
CMYK 0.64 0 0.10 0.04
HSL 170.32º 0.88% 0.65% -
HSV(B) 170.32º 0.64% 0.96% -
XYZ 49.26 71.94 78.31 -
YUV 194.81 141.65 52.53 -
System Red Green Blue C M Y K H S L
Decimal 89 244 219 0.64 0 0.10 0.04 170.32 0.88 0.65
Hex 59 F4 DB 40 0 A 4 AA 58 41
Octal 131 364 333 100 0 12 4 252 130 101
Binary 1011001 11110100 11011011 1000000 0 1010 100 10101010 1011000 1000001

Color Harmonies of #59F4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59F4DB

Black with #59F4DB

Text Example


Text Example

White with #59F4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,244,219); }

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

background-color css

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

 a { background-color: rgb(89,244,219); }

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

border-color css

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

 span { border-color: rgb(89,244,219); }

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