Html Css Color HEX #59F4D0 Turquoise

📋 copy color: '#59F4D0'

red 89 ◦ green 244 ◦ blue 208

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

Shades of Turquoise #59F4D0

Tints of Turquoise #59F4D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.45%

R = 16.45%
G = 45.1%
B = 38.45%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#59F4D0 (or 0x59F4D0) is known color: Turquoise. HEX triplet: 59, F4 and D0. RGB value is (89,244,208). Sum of RGB (Red+Green+Blue) = 89+244+208=541 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.45% from 541); Green value is 244 (95.70% from 255 or 45.10% from 541); Blue value is 208 (81.64% from 255 or 38.45% from 541); Max value from RGB is 244 - color contains mainly: green. Hex color #59F4D0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59F4D0 is #A60B2F. Grayscale: #C1C1C1. Windows color (decimal): -10881840 or 13694041. OLE color: 13694041.

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

Color convert

RGB 89 244 208 -
CMYK 0.64 0 0.15 0.04
HSL 166.06º 0.88% 0.65% -
HSV(B) 166.06º 0.64% 0.96% -
XYZ 47.86 71.38 70.93 -
YUV 193.55 136.15 53.43 -
System Red Green Blue C M Y K H S L
Decimal 89 244 208 0.64 0 0.15 0.04 166.06 0.88 0.65
Hex 59 F4 D0 40 0 F 4 A6 58 41
Octal 131 364 320 100 0 17 4 246 130 101
Binary 1011001 11110100 11010000 1000000 0 1111 100 10100110 1011000 1000001

Color Harmonies of #59F4D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59F4D0

Black with #59F4D0

Text Example


Text Example

White with #59F4D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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