Html Css Color HEX #59DBE0 Turquoise Blue

📋 copy color: '#59DBE0'

red 89 ◦ green 219 ◦ blue 224

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

Shades of Turquoise Blue #59DBE0

Tints of Turquoise Blue #59DBE0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.17%

 BLUE value IS 224 (87.89% from 255) = 42.11%

R = 16.73%
G = 41.17%
B = 42.11%

CMYK

 C value IS 0.60

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#59DBE0 (or 0x59DBE0) is known color: Turquoise Blue. HEX triplet: 59, DB and E0. RGB value is (89,219,224). Sum of RGB (Red+Green+Blue) = 89+219+224=532 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.73% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 224 (87.89% from 255 or 42.11% from 532); Max value from RGB is 224 - color contains mainly: blue. Hex color #59DBE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DBE0 is #A6241F. Grayscale: #B4B4B4. Windows color (decimal): -10888224 or 14736217. OLE color: 14736217.

HSL color Cylindrical-coordinate representation of color #59DBE0: hue angle of 182.22º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59DBE0 is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 89 219 224 -
CMYK 0.60 0.02 0 0.12
HSL 182.22º 0.69% 0.61% -
HSV(B) 182.22º 0.6% 0.88% -
XYZ 42.91 58.17 79.49 -
YUV 180.7 152.43 62.59 -
System Red Green Blue C M Y K H S L
Decimal 89 219 224 0.60 0.02 0 0.12 182.22 0.69 0.61
Hex 59 DB E0 3C 2 0 C B6 45 3D
Octal 131 333 340 74 2 0 14 266 105 75
Binary 1011001 11011011 11100000 111100 10 0 1100 10110110 1000101 111101

Color Harmonies of #59DBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59DBE0

Black with #59DBE0

Text Example


Text Example

White with #59DBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,219,224); }

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

background-color css

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

 a { background-color: rgb(89,219,224); }

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

border-color css

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

 span { border-color: rgb(89,219,224); }

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