Html Css Color HEX #59FBDD Turquoise

📋 copy color: '#59FBDD'

red 89 ◦ green 251 ◦ blue 221

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

Shades of Turquoise #59FBDD

Tints of Turquoise #59FBDD

RGB

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

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

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

R = 15.86%
G = 44.74%
B = 39.39%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#59FBDD (or 0x59FBDD) is known color: Turquoise. HEX triplet: 59, FB and DD. RGB value is (89,251,221). Sum of RGB (Red+Green+Blue) = 89+251+221=561 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.86% from 561); Green value is 251 (98.44% from 255 or 44.74% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 251 - color contains mainly: green. Hex color #59FBDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59FBDD is #A60422. Grayscale: #C7C7C7. Windows color (decimal): -10880035 or 14547801. OLE color: 14547801.

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

Color convert

RGB 89 251 221 -
CMYK 0.65 0 0.12 0.02
HSL 168.89º 0.95% 0.67% -
HSV(B) 168.89º 0.65% 0.98% -
XYZ 51.67 76.34 80.42 -
YUV 199.14 140.33 49.44 -
System Red Green Blue C M Y K H S L
Decimal 89 251 221 0.65 0 0.12 0.02 168.89 0.95 0.67
Hex 59 FB DD 41 0 C 2 A9 5F 43
Octal 131 373 335 101 0 14 2 251 137 103
Binary 1011001 11111011 11011101 1000001 0 1100 10 10101001 1011111 1000011

Color Harmonies of #59FBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59FBDD

Black with #59FBDD

Text Example


Text Example

White with #59FBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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