Html Css Color HEX #59EEED Turquoise Blue

📋 copy color: '#59EEED'

red 89 ◦ green 238 ◦ blue 237

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

Shades of Turquoise Blue #59EEED

Tints of Turquoise Blue #59EEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.02%

R = 15.78%
G = 42.2%
B = 42.02%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#59EEED (or 0x59EEED) is known color: Turquoise Blue. HEX triplet: 59, EE and ED. RGB value is (89,238,237). Sum of RGB (Red+Green+Blue) = 89+238+237=564 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.78% from 564); Green value is 238 (93.36% from 255 or 42.20% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 238 - color contains mainly: green. Hex color #59EEED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59EEED is #A61112. Grayscale: #C1C1C1. Windows color (decimal): -10883347 or 15593049. OLE color: 15593049.

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

Color convert

RGB 89 238 237 -
CMYK 0.63 0 0.00 0.07
HSL 179.6º 0.81% 0.64% -
HSV(B) 179.6º 0.63% 0.93% -
XYZ 49.98 69.39 90.88 -
YUV 193.34 152.64 53.58 -
System Red Green Blue C M Y K H S L
Decimal 89 238 237 0.63 0 0.00 0.07 179.6 0.81 0.64
Hex 59 EE ED 3F 0 0 7 B4 51 40
Octal 131 356 355 77 0 0 7 264 121 100
Binary 1011001 11101110 11101101 111111 0 0 111 10110100 1010001 1000000

Color Harmonies of #59EEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59EEED

Black with #59EEED

Text Example


Text Example

White with #59EEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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