Html Css Color HEX #59E2FF Turquoise Blue

📋 copy color: '#59E2FF'

red 89 ◦ green 226 ◦ blue 255

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

Shades of Turquoise Blue #59E2FF

Tints of Turquoise Blue #59E2FF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 39.65%

 BLUE value IS 255 (100% from 255) = 44.74%

R = 15.61%
G = 39.65%
B = 44.74%

CMYK

 C value IS 0.65

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#59E2FF (or 0x59E2FF) is known color: Turquoise Blue. HEX triplet: 59, E2 and FF. RGB value is (89,226,255). Sum of RGB (Red+Green+Blue) = 89+226+255=570 (75% of max value = 765). Red value is 89 (35.16% from 255 or 15.61% from 570); Green value is 226 (88.67% from 255 or 39.65% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #59E2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59E2FF is #A61D00. Grayscale: #BCBCBC. Windows color (decimal): -10886401 or 16769625. OLE color: 16769625.

HSL color Cylindrical-coordinate representation of color #59E2FF: hue angle of 190.48º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59E2FF is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 89 226 255 -
CMYK 0.65 0.11 0 0
HSL 190.48º 1% 0.67% -
HSV(B) 190.48º 0.65% 1% -
XYZ 49.37 63.74 104.31 -
YUV 188.34 165.61 57.14 -
System Red Green Blue C M Y K H S L
Decimal 89 226 255 0.65 0.11 0 0 190.48 1 0.67
Hex 59 E2 FF 41 B 0 0 BE 64 43
Octal 131 342 377 101 13 0 0 276 144 103
Binary 1011001 11100010 11111111 1000001 1011 0 0 10111110 1100100 1000011

Color Harmonies of #59E2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59E2FF

Black with #59E2FF

Text Example


Text Example

White with #59E2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,226,255); }

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

background-color css

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

 a { background-color: rgb(89,226,255); }

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

border-color css

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

 span { border-color: rgb(89,226,255); }

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