Html Css Color HEX #59DEDB Turquoise Blue

📋 copy color: '#59DEDB'

red 89 ◦ green 222 ◦ blue 219

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

Shades of Turquoise Blue #59DEDB

Tints of Turquoise Blue #59DEDB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.89%

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

R = 16.79%
G = 41.89%
B = 41.32%

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

#59DEDB (or 0x59DEDB) is known color: Turquoise Blue. HEX triplet: 59, DE and DB. RGB value is (89,222,219). Sum of RGB (Red+Green+Blue) = 89+222+219=530 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.79% from 530); Green value is 222 (87.11% from 255 or 41.89% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 222 - color contains mainly: green. Hex color #59DEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DEDB is #A62124. Grayscale: #B5B5B5. Windows color (decimal): -10887461 or 14409305. OLE color: 14409305.

HSL color Cylindrical-coordinate representation of color #59DEDB: hue angle of 178.65º degrees, saturation: 0.67, 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 #59DEDB is Cyan = 0.60, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 89 222 219 -
CMYK 0.60 0 0.01 0.13
HSL 178.65º 0.67% 0.61% -
HSV(B) 178.65º 0.6% 0.87% -
XYZ 43.03 59.48 76.23 -
YUV 181.89 148.94 61.74 -
System Red Green Blue C M Y K H S L
Decimal 89 222 219 0.60 0 0.01 0.13 178.65 0.67 0.61
Hex 59 DE DB 3C 0 1 D B3 43 3D
Octal 131 336 333 74 0 1 15 263 103 75
Binary 1011001 11011110 11011011 111100 0 1 1101 10110011 1000011 111101

Color Harmonies of #59DEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59DEDB

Black with #59DEDB

Text Example


Text Example

White with #59DEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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