Html Css Color HEX #59F3DB Turquoise

📋 copy color: '#59F3DB'

red 89 ◦ green 243 ◦ blue 219

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

Shades of Turquoise #59F3DB

Tints of Turquoise #59F3DB

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.1%

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

R = 16.15%
G = 44.1%
B = 39.75%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#59F3DB (or 0x59F3DB) is known color: Turquoise. HEX triplet: 59, F3 and DB. RGB value is (89,243,219). Sum of RGB (Red+Green+Blue) = 89+243+219=551 (72% of max value = 765). Red value is 89 (35.16% from 255 or 16.15% from 551); Green value is 243 (95.31% from 255 or 44.10% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 243 - color contains mainly: green. Hex color #59F3DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59F3DB is #A60C24. Grayscale: #C2C2C2. Windows color (decimal): -10882085 or 14414681. OLE color: 14414681.

HSL color Cylindrical-coordinate representation of color #59F3DB: hue angle of 170.65º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59F3DB is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 89 243 219 -
CMYK 0.63 0 0.10 0.05
HSL 170.65º 0.87% 0.65% -
HSV(B) 170.65º 0.63% 0.95% -
XYZ 48.96 71.34 78.21 -
YUV 194.22 141.98 52.95 -
System Red Green Blue C M Y K H S L
Decimal 89 243 219 0.63 0 0.10 0.05 170.65 0.87 0.65
Hex 59 F3 DB 3F 0 A 5 AB 57 41
Octal 131 363 333 77 0 12 5 253 127 101
Binary 1011001 11110011 11011011 111111 0 1010 101 10101011 1010111 1000001

Color Harmonies of #59F3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59F3DB

Black with #59F3DB

Text Example


Text Example

White with #59F3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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