Html Css Color HEX #59FBDB Turquoise

📋 copy color: '#59FBDB'

red 89 ◦ green 251 ◦ blue 219

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

Shades of Turquoise #59FBDB

Tints of Turquoise #59FBDB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 44.9%

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

R = 15.92%
G = 44.9%
B = 39.18%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#59FBDB (or 0x59FBDB) is known color: Turquoise. HEX triplet: 59, FB and DB. RGB value is (89,251,219). Sum of RGB (Red+Green+Blue) = 89+251+219=559 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.92% from 559); Green value is 251 (98.44% from 255 or 44.90% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 251 - color contains mainly: green. Hex color #59FBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59FBDB is #A60424. Grayscale: #C6C6C6. Windows color (decimal): -10880037 or 14416729. OLE color: 14416729.

HSL color Cylindrical-coordinate representation of color #59FBDB: hue angle of 168.15º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59FBDB is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 89 251 219 -
CMYK 0.65 0 0.13 0.02
HSL 168.15º 0.95% 0.67% -
HSV(B) 168.15º 0.65% 0.98% -
XYZ 51.4 76.23 79.02 -
YUV 198.91 139.33 49.6 -
System Red Green Blue C M Y K H S L
Decimal 89 251 219 0.65 0 0.13 0.02 168.15 0.95 0.67
Hex 59 FB DB 41 0 D 2 A8 5F 43
Octal 131 373 333 101 0 15 2 250 137 103
Binary 1011001 11111011 11011011 1000001 0 1101 10 10101000 1011111 1000011

Color Harmonies of #59FBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59FBDB

Black with #59FBDB

Text Example


Text Example

White with #59FBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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