Html Css Color HEX #59FCDD Turquoise

📋 copy color: '#59FCDD'

red 89 ◦ green 252 ◦ blue 221

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

Shades of Turquoise #59FCDD

Tints of Turquoise #59FCDD

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.84%

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

R = 15.84%
G = 44.84%
B = 39.32%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#59FCDD (or 0x59FCDD) is known color: Turquoise. HEX triplet: 59, FC and DD. RGB value is (89,252,221). Sum of RGB (Red+Green+Blue) = 89+252+221=562 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.84% from 562); Green value is 252 (98.83% from 255 or 44.84% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 252 - color contains mainly: green. Hex color #59FCDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59FCDD is #A60322. Grayscale: #C7C7C7. Windows color (decimal): -10879779 or 14548057. OLE color: 14548057.

HSL color Cylindrical-coordinate representation of color #59FCDD: hue angle of 168.59º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59FCDD is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 89 252 221 -
CMYK 0.65 0 0.12 0.01
HSL 168.59º 0.96% 0.67% -
HSV(B) 168.59º 0.65% 0.99% -
XYZ 51.98 76.97 80.52 -
YUV 199.73 140 49.02 -
System Red Green Blue C M Y K H S L
Decimal 89 252 221 0.65 0 0.12 0.01 168.59 0.96 0.67
Hex 59 FC DD 41 0 C 1 A9 60 43
Octal 131 374 335 101 0 14 1 251 140 103
Binary 1011001 11111100 11011101 1000001 0 1100 1 10101001 1100000 1000011

Color Harmonies of #59FCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59FCDD

Black with #59FCDD

Text Example


Text Example

White with #59FCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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