Html Css Color HEX #59ECEE Turquoise Blue

📋 copy color: '#59ECEE'

red 89 ◦ green 236 ◦ blue 238

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

Shades of Turquoise Blue #59ECEE

Tints of Turquoise Blue #59ECEE

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.92%

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

R = 15.81%
G = 41.92%
B = 42.27%

CMYK

 C value IS 0.63

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#59ECEE (or 0x59ECEE) is known color: Turquoise Blue. HEX triplet: 59, EC and EE. RGB value is (89,236,238). Sum of RGB (Red+Green+Blue) = 89+236+238=563 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.81% from 563); Green value is 236 (92.58% from 255 or 41.92% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 238 - color contains mainly: blue. Hex color #59ECEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59ECEE is #A61311. Grayscale: #C0C0C0. Windows color (decimal): -10883858 or 15658073. OLE color: 15658073.

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

Color convert

RGB 89 236 238 -
CMYK 0.63 0.01 0 0.07
HSL 180.81º 0.81% 0.64% -
HSV(B) 180.81º 0.63% 0.93% -
XYZ 49.55 68.29 91.46 -
YUV 192.28 153.8 54.34 -
System Red Green Blue C M Y K H S L
Decimal 89 236 238 0.63 0.01 0 0.07 180.81 0.81 0.64
Hex 59 EC EE 3F 1 0 7 B5 51 40
Octal 131 354 356 77 1 0 7 265 121 100
Binary 1011001 11101100 11101110 111111 1 0 111 10110101 1010001 1000000

Color Harmonies of #59ECEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59ECEE

Black with #59ECEE

Text Example


Text Example

White with #59ECEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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