Html Css Color HEX #59DEDD Turquoise Blue

📋 copy color: '#59DEDD'

red 89 ◦ green 222 ◦ blue 221

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

Shades of Turquoise Blue #59DEDD

Tints of Turquoise Blue #59DEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.54%

R = 16.73%
G = 41.73%
B = 41.54%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#59DEDD (or 0x59DEDD) is known color: Turquoise Blue. HEX triplet: 59, DE and DD. RGB value is (89,222,221). Sum of RGB (Red+Green+Blue) = 89+222+221=532 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.73% from 532); Green value is 222 (87.11% from 255 or 41.73% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 222 - color contains mainly: green. Hex color #59DEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DEDD is #A62122. Grayscale: #B5B5B5. Windows color (decimal): -10887459 or 14540377. OLE color: 14540377.

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

Color convert

RGB 89 222 221 -
CMYK 0.60 0 0.00 0.13
HSL 179.55º 0.67% 0.61% -
HSV(B) 179.55º 0.6% 0.87% -
XYZ 43.29 59.59 77.63 -
YUV 182.12 149.94 61.58 -
System Red Green Blue C M Y K H S L
Decimal 89 222 221 0.60 0 0.00 0.13 179.55 0.67 0.61
Hex 59 DE DD 3C 0 0 D B4 43 3D
Octal 131 336 335 74 0 0 15 264 103 75
Binary 1011001 11011110 11011101 111100 0 0 1101 10110100 1000011 111101

Color Harmonies of #59DEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59DEDD

Black with #59DEDD

Text Example


Text Example

White with #59DEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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