Html Css Color HEX #59F8C2 Turquoise

📋 copy color: '#59F8C2'

red 89 ◦ green 248 ◦ blue 194

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

Shades of Turquoise #59F8C2

Tints of Turquoise #59F8C2

RGB

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

 GREEN value IS 248 (97.27% from 255) = 46.7%

 BLUE value IS 194 (76.17% from 255) = 36.53%

R = 16.76%
G = 46.7%
B = 36.53%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#59F8C2 (or 0x59F8C2) is known color: Turquoise. HEX triplet: 59, F8 and C2. RGB value is (89,248,194). Sum of RGB (Red+Green+Blue) = 89+248+194=531 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.76% from 531); Green value is 248 (97.27% from 255 or 46.70% from 531); Blue value is 194 (76.17% from 255 or 36.53% from 531); Max value from RGB is 248 - color contains mainly: green. Hex color #59F8C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59F8C2 is #A6073D. Grayscale: #C2C2C2. Windows color (decimal): -10880830 or 12777561. OLE color: 12777561.

HSL color Cylindrical-coordinate representation of color #59F8C2: hue angle of 159.62º degrees, saturation: 0.92, 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 #59F8C2 is Cyan = 0.64, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB 89 248 194 -
CMYK 0.64 0 0.22 0.03
HSL 159.62º 0.92% 0.66% -
HSV(B) 159.62º 0.64% 0.97% -
XYZ 47.42 73.15 62.66 -
YUV 194.3 127.82 52.89 -
System Red Green Blue C M Y K H S L
Decimal 89 248 194 0.64 0 0.22 0.03 159.62 0.92 0.66
Hex 59 F8 C2 40 0 16 3 A0 5C 42
Octal 131 370 302 100 0 26 3 240 134 102
Binary 1011001 11111000 11000010 1000000 0 10110 11 10100000 1011100 1000010

Color Harmonies of #59F8C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59F8C2

Black with #59F8C2

Text Example


Text Example

White with #59F8C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,248,194); }

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

background-color css

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

 a { background-color: rgb(89,248,194); }

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

border-color css

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

 span { border-color: rgb(89,248,194); }

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