#53F8C8

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

Shades of Turquoise #53F8C8

Tints of Turquoise #53F8C8

Color information

#53F8C8 (or 0x53F8C8) is unknown color: approx Turquoise. HEX triplet: 53, F8 and C8. RGB value is (83,248,200). Sum of RGB (Red+Green+Blue) = 83+248+200=531 (70% of max value = 765). Red value is 83 (32.81% from 255 or 15.63% from 531); Green value is 248 (97.27% from 255 or 46.70% from 531); Blue value is 200 (78.52% from 255 or 37.66% from 531); Max value from RGB is 248 - color contains mainly: green. Hex color #53F8C8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53F8C8 is #AC0737. Grayscale: #C1C1C1. Windows color (decimal): -11274040 or 13170771. OLE color: 13170771.

HSL color Cylindrical-coordinate representation of color #53F8C8: hue angle of 162.55º 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 #53F8C8 is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB83248200-
CMYK0.6700.190.03
HSL162.55º92.18%64.9%-
HSV(B)162.55º66.53%97.25%-
XYZ47.5673.1466.26-
YUV193.19131.8449.4-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.63%
GREEN value IS 248 (97.27% from 255) = 46.70%
BLUE value IS 200 (78.52% from 255) = 37.66%
R=15.63%
G=46.70%
B=37.66%

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
Decimal832482000.6700.190.03162.5592.1864.9
Hex53F8C8430133a35c41
Octal1233703101030233243134101
Binary101001111111000110010001000011010011111010001110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53F8C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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