#53F8C9

Color #53F8C9 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #53F8C9

Tints of Turquoise #53F8C9

Color information

#53F8C9 (or 0x53F8C9) is unknown color: approx Turquoise. HEX triplet: 53, F8 and C9. RGB value is (83,248,201). Sum of RGB (Red+Green+Blue) = 83+248+201=532 (70% of max value = 765). Red value is 83 (32.81% from 255 or 15.60% from 532); Green value is 248 (97.27% from 255 or 46.62% from 532); Blue value is 201 (78.91% from 255 or 37.78% from 532); Max value from RGB is 248 - color contains mainly: green. Hex color #53F8C9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53F8C9 is #AC0736. Grayscale: #C1C1C1. Windows color (decimal): -11274039 or 13236307. OLE color: 13236307.

HSL color Cylindrical-coordinate representation of color #53F8C9: hue angle of 162.91º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53F8C9 is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB83248201-
CMYK0.6700.190.03
HSL162.91º92.18%64.9%-
HSV(B)162.91º66.53%97.25%-
XYZ47.6873.1966.87-
YUV193.31132.3449.32-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.60%
GREEN value IS 248 (97.27% from 255) = 46.62%
BLUE value IS 201 (78.91% from 255) = 37.78%
R=15.60%
G=46.62%
B=37.78%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal832482010.6700.190.03162.9192.1864.9
Hex53F8C9430133a35c41
Octal1233703111030233243134101
Binary101001111111000110010011000011010011111010001110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53F8C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,248,201); }

 H1.HeaderClassName
 {
   color: #53F8C9;
 }
 .AnyTagClassName
 {
   color: #53F8C9;
 }
</style>
background-color css

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

 a { background-color: rgb(83,248,201); }

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

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

 span { border-color: rgb(83,248,201); }

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