Html Css Color HEX #53FCD9 Turquoise

📋 copy color: '#53FCD9'

red 83 ◦ green 252 ◦ blue 217

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

Shades of Turquoise #53FCD9

Tints of Turquoise #53FCD9

RGB

 RED value IS 83 (32.81% from 255) = 15.04%

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

 BLUE value IS 217 (85.16% from 255) = 39.31%

R = 15.04%
G = 45.65%
B = 39.31%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#53FCD9 (or 0x53FCD9) is known color: Turquoise. HEX triplet: 53, FC and D9. RGB value is (83,252,217). Sum of RGB (Red+Green+Blue) = 83+252+217=552 (73% of max value = 765). Red value is 83 (32.81% from 255 or 15.04% from 552); Green value is 252 (98.83% from 255 or 45.65% from 552); Blue value is 217 (85.16% from 255 or 39.31% from 552); Max value from RGB is 252 - color contains mainly: green. Hex color #53FCD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FCD9 is #AC0326. Grayscale: #C5C5C5. Windows color (decimal): -11272999 or 14285907. OLE color: 14285907.

HSL color Cylindrical-coordinate representation of color #53FCD9: hue angle of 167.57º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53FCD9 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB 83 252 217 -
CMYK 0.67 0 0.14 0.01
HSL 167.57º 0.97% 0.66% -
HSV(B) 167.57º 0.67% 0.99% -
XYZ 50.9 76.47 77.72 -
YUV 197.48 139.01 46.35 -
System Red Green Blue C M Y K H S L
Decimal 83 252 217 0.67 0 0.14 0.01 167.57 0.97 0.66
Hex 53 FC D9 43 0 E 1 A8 61 42
Octal 123 374 331 103 0 16 1 250 141 102
Binary 1010011 11111100 11011001 1000011 0 1110 1 10101000 1100001 1000010

Color Harmonies of #53FCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FCD9

Black with #53FCD9

Text Example


Text Example

White with #53FCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53FCD9; }

 p { color: rgb(83,252,217); }

 H1.HeaderClassName
 {
   color: #53FCD9;
 }
 .AnyTagClassName
 {
   color: #53FCD9;
 }
</style>

background-color css

<style>
 a { background-color: #53FCD9; }

 a { background-color: rgb(83,252,217); }

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

border-color css

<style>
 span { border-color: #53FCD9; }

 span { border-color: rgb(83,252,217); }

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