Html Css Color HEX #59F7DD Turquoise

📋 copy color: '#59F7DD'

red 89 ◦ green 247 ◦ blue 221

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

Shades of Turquoise #59F7DD

Tints of Turquoise #59F7DD

RGB

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

 GREEN value IS 247 (96.88% from 255) = 44.34%

 BLUE value IS 221 (86.72% from 255) = 39.68%

R = 15.98%
G = 44.34%
B = 39.68%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#59F7DD (or 0x59F7DD) is known color: Turquoise. HEX triplet: 59, F7 and DD. RGB value is (89,247,221). Sum of RGB (Red+Green+Blue) = 89+247+221=557 (73% of max value = 765). Red value is 89 (35.16% from 255 or 15.98% from 557); Green value is 247 (96.88% from 255 or 44.34% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 247 - color contains mainly: green. Hex color #59F7DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59F7DD is #A60822. Grayscale: #C4C4C4. Windows color (decimal): -10881059 or 14546777. OLE color: 14546777.

HSL color Cylindrical-coordinate representation of color #59F7DD: hue angle of 170.13º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59F7DD is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 89 247 221 -
CMYK 0.64 0 0.11 0.03
HSL 170.13º 0.91% 0.66% -
HSV(B) 170.13º 0.64% 0.97% -
XYZ 50.43 73.87 80.01 -
YUV 196.79 141.65 51.11 -
System Red Green Blue C M Y K H S L
Decimal 89 247 221 0.64 0 0.11 0.03 170.13 0.91 0.66
Hex 59 F7 DD 40 0 B 3 AA 5B 42
Octal 131 367 335 100 0 13 3 252 133 102
Binary 1011001 11110111 11011101 1000000 0 1011 11 10101010 1011011 1000010

Color Harmonies of #59F7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59F7DD

Black with #59F7DD

Text Example


Text Example

White with #59F7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,247,221); }

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

background-color css

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

 a { background-color: rgb(89,247,221); }

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

border-color css

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

 span { border-color: rgb(89,247,221); }

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