Html Css Color HEX #59EDEE Turquoise Blue

📋 copy color: '#59EDEE'

red 89 ◦ green 237 ◦ blue 238

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

Shades of Turquoise Blue #59EDEE

Tints of Turquoise Blue #59EDEE

RGB

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

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

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

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

CMYK

 C value IS 0.63

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #59EDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59EDEE

Black with #59EDEE

Text Example


Text Example

White with #59EDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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