Html Css Color HEX #59DFDB Turquoise Blue

📋 copy color: '#59DFDB'

red 89 ◦ green 223 ◦ blue 219

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

Shades of Turquoise Blue #59DFDB

Tints of Turquoise Blue #59DFDB

RGB

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

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

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

R = 16.76%
G = 42%
B = 41.24%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#59DFDB (or 0x59DFDB) is known color: Turquoise Blue. HEX triplet: 59, DF and DB. RGB value is (89,223,219). Sum of RGB (Red+Green+Blue) = 89+223+219=531 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.76% from 531); Green value is 223 (87.5% from 255 or 42.00% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 223 - color contains mainly: green. Hex color #59DFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DFDB is #A62024. Grayscale: #B6B6B6. Windows color (decimal): -10887205 or 14409561. OLE color: 14409561.

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

Color convert

RGB 89 223 219 -
CMYK 0.60 0 0.02 0.13
HSL 178.21º 0.68% 0.61% -
HSV(B) 178.21º 0.6% 0.87% -
XYZ 43.29 60.01 76.32 -
YUV 182.48 148.61 61.33 -
System Red Green Blue C M Y K H S L
Decimal 89 223 219 0.60 0 0.02 0.13 178.21 0.68 0.61
Hex 59 DF DB 3C 0 2 D B2 44 3D
Octal 131 337 333 74 0 2 15 262 104 75
Binary 1011001 11011111 11011011 111100 0 10 1101 10110010 1000100 111101

Color Harmonies of #59DFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59DFDB

Black with #59DFDB

Text Example


Text Example

White with #59DFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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