Html Css Color HEX #59E3DF Turquoise Blue

📋 copy color: '#59E3DF'

red 89 ◦ green 227 ◦ blue 223

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

Shades of Turquoise Blue #59E3DF

Tints of Turquoise Blue #59E3DF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.12%

 BLUE value IS 223 (87.5% from 255) = 41.37%

R = 16.51%
G = 42.12%
B = 41.37%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#59E3DF (or 0x59E3DF) is known color: Turquoise Blue. HEX triplet: 59, E3 and DF. RGB value is (89,227,223). Sum of RGB (Red+Green+Blue) = 89+227+223=539 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.51% from 539); Green value is 227 (89.06% from 255 or 42.12% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 227 - color contains mainly: green. Hex color #59E3DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59E3DF is #A61C20. Grayscale: #B9B9B9. Windows color (decimal): -10886177 or 14672729. OLE color: 14672729.

HSL color Cylindrical-coordinate representation of color #59E3DF: hue angle of 178.26º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59E3DF is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 89 227 223 -
CMYK 0.61 0 0.02 0.11
HSL 178.26º 0.71% 0.62% -
HSV(B) 178.26º 0.61% 0.89% -
XYZ 44.91 62.39 79.49 -
YUV 185.28 149.28 59.33 -
System Red Green Blue C M Y K H S L
Decimal 89 227 223 0.61 0 0.02 0.11 178.26 0.71 0.62
Hex 59 E3 DF 3D 0 2 B B2 47 3E
Octal 131 343 337 75 0 2 13 262 107 76
Binary 1011001 11100011 11011111 111101 0 10 1011 10110010 1000111 111110

Color Harmonies of #59E3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59E3DF

Black with #59E3DF

Text Example


Text Example

White with #59E3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,227,223); }

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

background-color css

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

 a { background-color: rgb(89,227,223); }

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

border-color css

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

 span { border-color: rgb(89,227,223); }

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