Html Css Color HEX #59F1DC Turquoise

📋 copy color: '#59F1DC'

red 89 ◦ green 241 ◦ blue 220

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

Shades of Turquoise #59F1DC

Tints of Turquoise #59F1DC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.82%

 BLUE value IS 220 (86.33% from 255) = 40%

R = 16.18%
G = 43.82%
B = 40%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#59F1DC (or 0x59F1DC) is known color: Turquoise. HEX triplet: 59, F1 and DC. RGB value is (89,241,220). Sum of RGB (Red+Green+Blue) = 89+241+220=550 (72% of max value = 765). Red value is 89 (35.16% from 255 or 16.18% from 550); Green value is 241 (94.53% from 255 or 43.82% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 241 - color contains mainly: green. Hex color #59F1DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59F1DC is #A60E23. Grayscale: #C1C1C1. Windows color (decimal): -10882596 or 14479705. OLE color: 14479705.

HSL color Cylindrical-coordinate representation of color #59F1DC: hue angle of 171.71º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59F1DC is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 89 241 220 -
CMYK 0.63 0 0.09 0.05
HSL 171.71º 0.84% 0.65% -
HSV(B) 171.71º 0.63% 0.95% -
XYZ 48.49 70.2 78.7 -
YUV 193.16 143.14 53.71 -
System Red Green Blue C M Y K H S L
Decimal 89 241 220 0.63 0 0.09 0.05 171.71 0.84 0.65
Hex 59 F1 DC 3F 0 9 5 AC 54 41
Octal 131 361 334 77 0 11 5 254 124 101
Binary 1011001 11110001 11011100 111111 0 1001 101 10101100 1010100 1000001

Color Harmonies of #59F1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59F1DC

Black with #59F1DC

Text Example


Text Example

White with #59F1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,241,220); }

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

background-color css

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

 a { background-color: rgb(89,241,220); }

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

border-color css

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

 span { border-color: rgb(89,241,220); }

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