#53E0C5

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

Shades of Turquoise #53E0C5

Tints of Turquoise #53E0C5

Color information

#53E0C5 (or 0x53E0C5) is unknown color: approx Turquoise. HEX triplet: 53, E0 and C5. RGB value is (83,224,197). Sum of RGB (Red+Green+Blue) = 83+224+197=504 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.47% from 504); Green value is 224 (87.89% from 255 or 44.44% from 504); Blue value is 197 (77.34% from 255 or 39.09% from 504); Max value from RGB is 224 - color contains mainly: green. Hex color #53E0C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53E0C5 is #AC1F3A. Grayscale: #B2B2B2. Windows color (decimal): -11280187 or 12968019. OLE color: 12968019.

HSL color Cylindrical-coordinate representation of color #53E0C5: hue angle of 168.51º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53E0C5 is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB83224197-
CMYK0.6300.120.12
HSL168.51º69.46%60.2%-
HSV(B)168.51º62.95%87.84%-
XYZ40.359.1862.12-
YUV178.76138.2959.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.47%
GREEN value IS 224 (87.89% from 255) = 44.44%
BLUE value IS 197 (77.34% from 255) = 39.09%
R=16.47%
G=44.44%
B=39.09%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal832241970.6300.120.12168.5169.4660.2
Hex53E0C53F0CCa9453c
Octal123340305770141425110574
Binary10100111110000011000101111111011001100101010011000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53E0C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,224,197); }

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

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

 a { background-color: rgb(83,224,197); }

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

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

 span { border-color: rgb(83,224,197); }

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