Html Css Color HEX #59EFC2 Turquoise

📋 copy color: '#59EFC2'

red 89 ◦ green 239 ◦ blue 194

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

Shades of Turquoise #59EFC2

Tints of Turquoise #59EFC2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.79%

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

R = 17.05%
G = 45.79%
B = 37.16%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#59EFC2 (or 0x59EFC2) is known color: Turquoise. HEX triplet: 59, EF and C2. RGB value is (89,239,194). Sum of RGB (Red+Green+Blue) = 89+239+194=522 (69% of max value = 765). Red value is 89 (35.16% from 255 or 17.05% from 522); Green value is 239 (93.75% from 255 or 45.79% from 522); Blue value is 194 (76.17% from 255 or 37.16% from 522); Max value from RGB is 239 - color contains mainly: green. Hex color #59EFC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EFC2 is #A6103D. Grayscale: #BDBDBD. Windows color (decimal): -10883134 or 12775257. OLE color: 12775257.

HSL color Cylindrical-coordinate representation of color #59EFC2: hue angle of 162º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59EFC2 is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 89 239 194 -
CMYK 0.63 0 0.19 0.06
HSL 162º 0.82% 0.64% -
HSV(B) 162º 0.63% 0.94% -
XYZ 44.72 67.75 61.76 -
YUV 189.02 130.81 56.66 -
System Red Green Blue C M Y K H S L
Decimal 89 239 194 0.63 0 0.19 0.06 162 0.82 0.64
Hex 59 EF C2 3F 0 13 6 A2 52 40
Octal 131 357 302 77 0 23 6 242 122 100
Binary 1011001 11101111 11000010 111111 0 10011 110 10100010 1010010 1000000

Color Harmonies of #59EFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59EFC2

Black with #59EFC2

Text Example


Text Example

White with #59EFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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