Html Css Color HEX #59DDDB Turquoise Blue

📋 copy color: '#59DDDB'

red 89 ◦ green 221 ◦ blue 219

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

Shades of Turquoise Blue #59DDDB

Tints of Turquoise Blue #59DDDB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.78%

 BLUE value IS 219 (85.94% from 255) = 41.4%

R = 16.82%
G = 41.78%
B = 41.4%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#59DDDB (or 0x59DDDB) is known color: Turquoise Blue. HEX triplet: 59, DD and DB. RGB value is (89,221,219). Sum of RGB (Red+Green+Blue) = 89+221+219=529 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.82% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 221 - color contains mainly: green. Hex color #59DDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DDDB is #A62224. Grayscale: #B5B5B5. Windows color (decimal): -10887717 or 14409049. OLE color: 14409049.

HSL color Cylindrical-coordinate representation of color #59DDDB: hue angle of 179.09º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59DDDB is Cyan = 0.60, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 89 221 219 -
CMYK 0.60 0 0.01 0.13
HSL 179.09º 0.66% 0.61% -
HSV(B) 179.09º 0.6% 0.87% -
XYZ 42.76 58.95 76.14 -
YUV 181.3 149.27 62.16 -
System Red Green Blue C M Y K H S L
Decimal 89 221 219 0.60 0 0.01 0.13 179.09 0.66 0.61
Hex 59 DD DB 3C 0 1 D B3 42 3D
Octal 131 335 333 74 0 1 15 263 102 75
Binary 1011001 11011101 11011011 111100 0 1 1101 10110011 1000010 111101

Color Harmonies of #59DDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59DDDB

Black with #59DDDB

Text Example


Text Example

White with #59DDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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