Html Css Color HEX #59EECC Turquoise

📋 copy color: '#59EECC'

red 89 ◦ green 238 ◦ blue 204

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

Shades of Turquoise #59EECC

Tints of Turquoise #59EECC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.82%

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

R = 16.76%
G = 44.82%
B = 38.42%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#59EECC (or 0x59EECC) is known color: Turquoise. HEX triplet: 59, EE and CC. RGB value is (89,238,204). Sum of RGB (Red+Green+Blue) = 89+238+204=531 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.76% from 531); Green value is 238 (93.36% from 255 or 44.82% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 238 - color contains mainly: green. Hex color #59EECC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EECC is #A61133. Grayscale: #BDBDBD. Windows color (decimal): -10883380 or 13430361. OLE color: 13430361.

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

Color convert

RGB 89 238 204 -
CMYK 0.63 0 0.14 0.07
HSL 166.31º 0.81% 0.64% -
HSV(B) 166.31º 0.63% 0.93% -
XYZ 45.59 67.63 67.78 -
YUV 189.57 136.14 56.26 -
System Red Green Blue C M Y K H S L
Decimal 89 238 204 0.63 0 0.14 0.07 166.31 0.81 0.64
Hex 59 EE CC 3F 0 E 7 A6 51 40
Octal 131 356 314 77 0 16 7 246 121 100
Binary 1011001 11101110 11001100 111111 0 1110 111 10100110 1010001 1000000

Color Harmonies of #59EECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59EECC

Black with #59EECC

Text Example


Text Example

White with #59EECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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