Html Css Color HEX #59EEE7 Turquoise Blue

📋 copy color: '#59EEE7'

red 89 ◦ green 238 ◦ blue 231

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

Shades of Turquoise Blue #59EEE7

Tints of Turquoise Blue #59EEE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 41.4%

R = 15.95%
G = 42.65%
B = 41.4%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#59EEE7 (or 0x59EEE7) is known color: Turquoise Blue. HEX triplet: 59, EE and E7. RGB value is (89,238,231). Sum of RGB (Red+Green+Blue) = 89+238+231=558 (73% of max value = 765). Red value is 89 (35.16% from 255 or 15.95% from 558); Green value is 238 (93.36% from 255 or 42.65% from 558); Blue value is 231 (90.62% from 255 or 41.40% from 558); Max value from RGB is 238 - color contains mainly: green. Hex color #59EEE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59EEE7 is #A61118. Grayscale: #C0C0C0. Windows color (decimal): -10883353 or 15199833. OLE color: 15199833.

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

Color convert

RGB 89 238 231 -
CMYK 0.63 0 0.03 0.07
HSL 177.18º 0.81% 0.64% -
HSV(B) 177.18º 0.63% 0.93% -
XYZ 49.12 69.04 86.34 -
YUV 192.65 149.64 54.07 -
System Red Green Blue C M Y K H S L
Decimal 89 238 231 0.63 0 0.03 0.07 177.18 0.81 0.64
Hex 59 EE E7 3F 0 3 7 B1 51 40
Octal 131 356 347 77 0 3 7 261 121 100
Binary 1011001 11101110 11100111 111111 0 11 111 10110001 1010001 1000000

Color Harmonies of #59EEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59EEE7

Black with #59EEE7

Text Example


Text Example

White with #59EEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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