Html Css Color HEX #59FCDF Turquoise

📋 copy color: '#59FCDF'

red 89 ◦ green 252 ◦ blue 223

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

Shades of Turquoise #59FCDF

Tints of Turquoise #59FCDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.54%

R = 15.78%
G = 44.68%
B = 39.54%

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

#59FCDF (or 0x59FCDF) is known color: Turquoise. HEX triplet: 59, FC and DF. RGB value is (89,252,223). Sum of RGB (Red+Green+Blue) = 89+252+223=564 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.78% from 564); Green value is 252 (98.83% from 255 or 44.68% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 252 - color contains mainly: green. Hex color #59FCDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59FCDF is #A60320. Grayscale: #C7C7C7. Windows color (decimal): -10879777 or 14679129. OLE color: 14679129.

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

Color convert

RGB 89 252 223 -
CMYK 0.65 0 0.12 0.01
HSL 169.33º 0.96% 0.67% -
HSV(B) 169.33º 0.65% 0.99% -
XYZ 52.25 77.07 81.93 -
YUV 199.96 141 48.86 -
System Red Green Blue C M Y K H S L
Decimal 89 252 223 0.65 0 0.12 0.01 169.33 0.96 0.67
Hex 59 FC DF 41 0 C 1 A9 60 43
Octal 131 374 337 101 0 14 1 251 140 103
Binary 1011001 11111100 11011111 1000001 0 1100 1 10101001 1100000 1000011

Color Harmonies of #59FCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59FCDF

Black with #59FCDF

Text Example


Text Example

White with #59FCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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