#53E3E1

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

Shades of Turquoise #53E3E1

Tints of Turquoise #53E3E1

Color information

#53E3E1 (or 0x53E3E1) is unknown color: approx Turquoise. HEX triplet: 53, E3 and E1. RGB value is (83,227,225). Sum of RGB (Red+Green+Blue) = 83+227+225=535 (70% of max value = 765). Red value is 83 (32.81% from 255 or 15.51% from 535); Green value is 227 (89.06% from 255 or 42.43% from 535); Blue value is 225 (88.28% from 255 or 42.06% from 535); Max value from RGB is 227 - color contains mainly: green. Hex color #53E3E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53E3E1 is #AC1C1E. Grayscale: #B7B7B7. Windows color (decimal): -11279391 or 14803795. OLE color: 14803795.

HSL color Cylindrical-coordinate representation of color #53E3E1: hue angle of 179.17º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53E3E1 is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB83227225-
CMYK0.6300.010.11
HSL179.17º72%60.78%-
HSV(B)179.17º63.44%89.02%-
XYZ44.6362.2180.89-
YUV183.72151.2956.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.51%
GREEN value IS 227 (89.06% from 255) = 42.43%
BLUE value IS 225 (88.28% from 255) = 42.06%
R=15.51%
G=42.43%
B=42.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal832272250.6300.010.11179.177260.78
Hex53E3E13F01Bb3483d
Octal12334334177011326311075
Binary10100111110001111100001111111011011101100111001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53E3E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,227,225); }

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

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

 a { background-color: rgb(83,227,225); }

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

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

 span { border-color: rgb(83,227,225); }

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