Html Css Color HEX #59EEEC Turquoise Blue

📋 copy color: '#59EEEC'

red 89 ◦ green 238 ◦ blue 236

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

Shades of Turquoise Blue #59EEEC

Tints of Turquoise Blue #59EEEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.92%

R = 15.81%
G = 42.27%
B = 41.92%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#59EEEC (or 0x59EEEC) is known color: Turquoise Blue. HEX triplet: 59, EE and EC. RGB value is (89,238,236). Sum of RGB (Red+Green+Blue) = 89+238+236=563 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.81% from 563); Green value is 238 (93.36% from 255 or 42.27% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 238 - color contains mainly: green. Hex color #59EEEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59EEEC is #A61113. Grayscale: #C1C1C1. Windows color (decimal): -10883348 or 15527513. OLE color: 15527513.

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

Color convert

RGB 89 238 236 -
CMYK 0.63 0 0.01 0.07
HSL 179.19º 0.81% 0.64% -
HSV(B) 179.19º 0.63% 0.93% -
XYZ 49.83 69.33 90.11 -
YUV 193.22 152.14 53.66 -
System Red Green Blue C M Y K H S L
Decimal 89 238 236 0.63 0 0.01 0.07 179.19 0.81 0.64
Hex 59 EE EC 3F 0 1 7 B3 51 40
Octal 131 356 354 77 0 1 7 263 121 100
Binary 1011001 11101110 11101100 111111 0 1 111 10110011 1010001 1000000

Color Harmonies of #59EEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59EEEC

Black with #59EEEC

Text Example


Text Example

White with #59EEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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