Html Css Color HEX #59D0EE Turquoise Blue

📋 copy color: '#59D0EE'

red 89 ◦ green 208 ◦ blue 238

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

Shades of Turquoise Blue #59D0EE

Tints of Turquoise Blue #59D0EE

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.88%

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

R = 16.64%
G = 38.88%
B = 44.49%

CMYK

 C value IS 0.63

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#59D0EE (or 0x59D0EE) is known color: Turquoise Blue. HEX triplet: 59, D0 and EE. RGB value is (89,208,238). Sum of RGB (Red+Green+Blue) = 89+208+238=535 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.64% from 535); Green value is 208 (81.64% from 255 or 38.88% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #59D0EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59D0EE is #A62F11. Grayscale: #AFAFAF. Windows color (decimal): -10891026 or 15650905. OLE color: 15650905.

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

Color convert

RGB 89 208 238 -
CMYK 0.63 0.13 0 0.07
HSL 192.08º 0.81% 0.64% -
HSV(B) 192.08º 0.63% 0.93% -
XYZ 42.11 53.41 88.98 -
YUV 175.84 163.08 66.06 -
System Red Green Blue C M Y K H S L
Decimal 89 208 238 0.63 0.13 0 0.07 192.08 0.81 0.64
Hex 59 D0 EE 3F D 0 7 C0 51 40
Octal 131 320 356 77 15 0 7 300 121 100
Binary 1011001 11010000 11101110 111111 1101 0 111 11000000 1010001 1000000

Color Harmonies of #59D0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59D0EE

Black with #59D0EE

Text Example


Text Example

White with #59D0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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