Html Css Color HEX #59EFC4 Turquoise

📋 copy color: '#59EFC4'

red 89 ◦ green 239 ◦ blue 196

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

Shades of Turquoise #59EFC4

Tints of Turquoise #59EFC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.4%

R = 16.98%
G = 45.61%
B = 37.4%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#59EFC4 (or 0x59EFC4) is known color: Turquoise. HEX triplet: 59, EF and C4. RGB value is (89,239,196). Sum of RGB (Red+Green+Blue) = 89+239+196=524 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.98% from 524); Green value is 239 (93.75% from 255 or 45.61% from 524); Blue value is 196 (76.95% from 255 or 37.40% from 524); Max value from RGB is 239 - color contains mainly: green. Hex color #59EFC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EFC4 is #A6103B. Grayscale: #BDBDBD. Windows color (decimal): -10883132 or 12906329. OLE color: 12906329.

HSL color Cylindrical-coordinate representation of color #59EFC4: hue angle of 162.8º 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 #59EFC4 is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 89 239 196 -
CMYK 0.63 0 0.18 0.06
HSL 162.8º 0.82% 0.64% -
HSV(B) 162.8º 0.63% 0.94% -
XYZ 44.95 67.84 62.95 -
YUV 189.25 131.81 56.5 -
System Red Green Blue C M Y K H S L
Decimal 89 239 196 0.63 0 0.18 0.06 162.8 0.82 0.64
Hex 59 EF C4 3F 0 12 6 A3 52 40
Octal 131 357 304 77 0 22 6 243 122 100
Binary 1011001 11101111 11000100 111111 0 10010 110 10100011 1010010 1000000

Color Harmonies of #59EFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59EFC4

Black with #59EFC4

Text Example


Text Example

White with #59EFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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