Html Css Color HEX #59E7FF Turquoise Blue

📋 copy color: '#59E7FF'

red 89 ◦ green 231 ◦ blue 255

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

Shades of Turquoise Blue #59E7FF

Tints of Turquoise Blue #59E7FF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 40.17%

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

R = 15.48%
G = 40.17%
B = 44.35%

CMYK

 C value IS 0.65

 M value IS 0.09

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#59E7FF (or 0x59E7FF) is known color: Turquoise Blue. HEX triplet: 59, E7 and FF. RGB value is (89,231,255). Sum of RGB (Red+Green+Blue) = 89+231+255=575 (76% of max value = 765). Red value is 89 (35.16% from 255 or 15.48% from 575); Green value is 231 (90.62% from 255 or 40.17% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #59E7FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59E7FF is #A61800. Grayscale: #BFBFBF. Windows color (decimal): -10885121 or 16770905. OLE color: 16770905.

HSL color Cylindrical-coordinate representation of color #59E7FF: hue angle of 188.67º 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 #59E7FF is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 89 231 255 -
CMYK 0.65 0.09 0 0
HSL 188.67º 1% 0.67% -
HSV(B) 188.67º 0.65% 1% -
XYZ 50.75 66.5 104.77 -
YUV 191.28 163.96 55.05 -
System Red Green Blue C M Y K H S L
Decimal 89 231 255 0.65 0.09 0 0 188.67 1 0.67
Hex 59 E7 FF 41 9 0 0 BD 64 43
Octal 131 347 377 101 11 0 0 275 144 103
Binary 1011001 11100111 11111111 1000001 1001 0 0 10111101 1100100 1000011

Color Harmonies of #59E7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59E7FF

Black with #59E7FF

Text Example


Text Example

White with #59E7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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