Html Css Color HEX #59EEE9 Turquoise Blue

📋 copy color: '#59EEE9'

red 89 ◦ green 238 ◦ blue 233

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

Shades of Turquoise Blue #59EEE9

Tints of Turquoise Blue #59EEE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 41.61%

R = 15.89%
G = 42.5%
B = 41.61%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#59EEE9 (or 0x59EEE9) is known color: Turquoise Blue. HEX triplet: 59, EE and E9. RGB value is (89,238,233). Sum of RGB (Red+Green+Blue) = 89+238+233=560 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.89% from 560); Green value is 238 (93.36% from 255 or 42.5% from 560); Blue value is 233 (91.41% from 255 or 41.61% from 560); Max value from RGB is 238 - color contains mainly: green. Hex color #59EEE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59EEE9 is #A61116. Grayscale: #C0C0C0. Windows color (decimal): -10883351 or 15330905. OLE color: 15330905.

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

Color convert

RGB 89 238 233 -
CMYK 0.63 0 0.02 0.07
HSL 177.99º 0.81% 0.64% -
HSV(B) 177.99º 0.63% 0.93% -
XYZ 49.4 69.16 87.84 -
YUV 192.88 150.64 53.91 -
System Red Green Blue C M Y K H S L
Decimal 89 238 233 0.63 0 0.02 0.07 177.99 0.81 0.64
Hex 59 EE E9 3F 0 2 7 B2 51 40
Octal 131 356 351 77 0 2 7 262 121 100
Binary 1011001 11101110 11101001 111111 0 10 111 10110010 1010001 1000000

Color Harmonies of #59EEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59EEE9

Black with #59EEE9

Text Example


Text Example

White with #59EEE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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