Html Css Color HEX #59EDC9 Turquoise

📋 copy color: '#59EDC9'

red 89 ◦ green 237 ◦ blue 201

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

Shades of Turquoise #59EDC9

Tints of Turquoise #59EDC9

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.97%

 BLUE value IS 201 (78.91% from 255) = 38.14%

R = 16.89%
G = 44.97%
B = 38.14%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#59EDC9 (or 0x59EDC9) is known color: Turquoise. HEX triplet: 59, ED and C9. RGB value is (89,237,201). Sum of RGB (Red+Green+Blue) = 89+237+201=527 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.89% from 527); Green value is 237 (92.97% from 255 or 44.97% from 527); Blue value is 201 (78.91% from 255 or 38.14% from 527); Max value from RGB is 237 - color contains mainly: green. Hex color #59EDC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EDC9 is #A61236. Grayscale: #BCBCBC. Windows color (decimal): -10883639 or 13233497. OLE color: 13233497.

HSL color Cylindrical-coordinate representation of color #59EDC9: hue angle of 165.41º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59EDC9 is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 89 237 201 -
CMYK 0.62 0 0.15 0.07
HSL 165.41º 0.8% 0.64% -
HSV(B) 165.41º 0.62% 0.93% -
XYZ 44.95 66.91 65.8 -
YUV 188.64 134.97 56.93 -
System Red Green Blue C M Y K H S L
Decimal 89 237 201 0.62 0 0.15 0.07 165.41 0.8 0.64
Hex 59 ED C9 3E 0 F 7 A5 50 40
Octal 131 355 311 76 0 17 7 245 120 100
Binary 1011001 11101101 11001001 111110 0 1111 111 10100101 1010000 1000000

Color Harmonies of #59EDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59EDC9

Black with #59EDC9

Text Example


Text Example

White with #59EDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,237,201); }

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

background-color css

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

 a { background-color: rgb(89,237,201); }

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

border-color css

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

 span { border-color: rgb(89,237,201); }

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