Html Css Color HEX #59EEE4 Turquoise Blue

📋 copy color: '#59EEE4'

red 89 ◦ green 238 ◦ blue 228

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

Shades of Turquoise Blue #59EEE4

Tints of Turquoise Blue #59EEE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 41.08%

R = 16.04%
G = 42.88%
B = 41.08%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#59EEE4 (or 0x59EEE4) is known color: Turquoise Blue. HEX triplet: 59, EE and E4. RGB value is (89,238,228). Sum of RGB (Red+Green+Blue) = 89+238+228=555 (73% of max value = 765). Red value is 89 (35.16% from 255 or 16.04% from 555); Green value is 238 (93.36% from 255 or 42.88% from 555); Blue value is 228 (89.45% from 255 or 41.08% from 555); Max value from RGB is 238 - color contains mainly: green. Hex color #59EEE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EEE4 is #A6111B. Grayscale: #C0C0C0. Windows color (decimal): -10883356 or 15003225. OLE color: 15003225.

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

Color convert

RGB 89 238 228 -
CMYK 0.63 0 0.04 0.07
HSL 175.97º 0.81% 0.64% -
HSV(B) 175.97º 0.63% 0.93% -
XYZ 48.7 68.87 84.13 -
YUV 192.31 148.14 54.31 -
System Red Green Blue C M Y K H S L
Decimal 89 238 228 0.63 0 0.04 0.07 175.97 0.81 0.64
Hex 59 EE E4 3F 0 4 7 B0 51 40
Octal 131 356 344 77 0 4 7 260 121 100
Binary 1011001 11101110 11100100 111111 0 100 111 10110000 1010001 1000000

Color Harmonies of #59EEE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59EEE4

Black with #59EEE4

Text Example


Text Example

White with #59EEE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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