Html Css Color HEX #59DFDD Turquoise Blue

📋 copy color: '#59DFDD'

red 89 ◦ green 223 ◦ blue 221

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

Shades of Turquoise Blue #59DFDD

Tints of Turquoise Blue #59DFDD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.84%

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

R = 16.7%
G = 41.84%
B = 41.46%

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

#59DFDD (or 0x59DFDD) is known color: Turquoise Blue. HEX triplet: 59, DF and DD. RGB value is (89,223,221). Sum of RGB (Red+Green+Blue) = 89+223+221=533 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.70% from 533); Green value is 223 (87.5% from 255 or 41.84% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 223 - color contains mainly: green. Hex color #59DFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DFDD is #A62022. Grayscale: #B6B6B6. Windows color (decimal): -10887203 or 14540633. OLE color: 14540633.

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

Color convert

RGB 89 223 221 -
CMYK 0.60 0 0.01 0.13
HSL 179.1º 0.68% 0.61% -
HSV(B) 179.1º 0.6% 0.87% -
XYZ 43.56 60.12 77.72 -
YUV 182.71 149.61 61.16 -
System Red Green Blue C M Y K H S L
Decimal 89 223 221 0.60 0 0.01 0.13 179.1 0.68 0.61
Hex 59 DF DD 3C 0 1 D B3 44 3D
Octal 131 337 335 74 0 1 15 263 104 75
Binary 1011001 11011111 11011101 111100 0 1 1101 10110011 1000100 111101

Color Harmonies of #59DFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59DFDD

Black with #59DFDD

Text Example


Text Example

White with #59DFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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