Html Css Color HEX #59EDCC Turquoise

📋 copy color: '#59EDCC'

red 89 ◦ green 237 ◦ blue 204

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

Shades of Turquoise #59EDCC

Tints of Turquoise #59EDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.49%

R = 16.79%
G = 44.72%
B = 38.49%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#59EDCC (or 0x59EDCC) is known color: Turquoise. HEX triplet: 59, ED and CC. RGB value is (89,237,204). Sum of RGB (Red+Green+Blue) = 89+237+204=530 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.79% from 530); Green value is 237 (92.97% from 255 or 44.72% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 237 - color contains mainly: green. Hex color #59EDCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EDCC is #A61233. Grayscale: #BCBCBC. Windows color (decimal): -10883636 or 13430105. OLE color: 13430105.

HSL color Cylindrical-coordinate representation of color #59EDCC: hue angle of 166.62º 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 #59EDCC is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 89 237 204 -
CMYK 0.62 0 0.14 0.07
HSL 166.62º 0.8% 0.64% -
HSV(B) 166.62º 0.62% 0.93% -
XYZ 45.3 67.05 67.68 -
YUV 188.99 136.47 56.68 -
System Red Green Blue C M Y K H S L
Decimal 89 237 204 0.62 0 0.14 0.07 166.62 0.8 0.64
Hex 59 ED CC 3E 0 E 7 A7 50 40
Octal 131 355 314 76 0 16 7 247 120 100
Binary 1011001 11101101 11001100 111110 0 1110 111 10100111 1010000 1000000

Color Harmonies of #59EDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59EDCC

Black with #59EDCC

Text Example


Text Example

White with #59EDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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