Html Css Color HEX #59D2EE Turquoise Blue

📋 copy color: '#59D2EE'

red 89 ◦ green 210 ◦ blue 238

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

Shades of Turquoise Blue #59D2EE

Tints of Turquoise Blue #59D2EE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.11%

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

R = 16.57%
G = 39.11%
B = 44.32%

CMYK

 C value IS 0.63

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#59D2EE (or 0x59D2EE) is known color: Turquoise Blue. HEX triplet: 59, D2 and EE. RGB value is (89,210,238). Sum of RGB (Red+Green+Blue) = 89+210+238=537 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.57% from 537); Green value is 210 (82.42% from 255 or 39.11% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 238 - color contains mainly: blue. Hex color #59D2EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59D2EE is #A62D11. Grayscale: #B0B0B0. Windows color (decimal): -10890514 or 15651417. OLE color: 15651417.

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

Color convert

RGB 89 210 238 -
CMYK 0.63 0.12 0 0.07
HSL 191.28º 0.81% 0.64% -
HSV(B) 191.28º 0.63% 0.93% -
XYZ 42.6 54.39 89.14 -
YUV 177.01 162.41 65.22 -
System Red Green Blue C M Y K H S L
Decimal 89 210 238 0.63 0.12 0 0.07 191.28 0.81 0.64
Hex 59 D2 EE 3F C 0 7 BF 51 40
Octal 131 322 356 77 14 0 7 277 121 100
Binary 1011001 11010010 11101110 111111 1100 0 111 10111111 1010001 1000000

Color Harmonies of #59D2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59D2EE

Black with #59D2EE

Text Example


Text Example

White with #59D2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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