#53E1D4

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

Shades of Turquoise #53E1D4

Tints of Turquoise #53E1D4

Color information

#53E1D4 (or 0x53E1D4) is unknown color: approx Turquoise. HEX triplet: 53, E1 and D4. RGB value is (83,225,212). Sum of RGB (Red+Green+Blue) = 83+225+212=520 (68% of max value = 765). Red value is 83 (32.81% from 255 or 15.96% from 520); Green value is 225 (88.28% from 255 or 43.27% from 520); Blue value is 212 (83.20% from 255 or 40.77% from 520); Max value from RGB is 225 - color contains mainly: green. Hex color #53E1D4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53E1D4 is #AC1E2B. Grayscale: #B4B4B4. Windows color (decimal): -11279916 or 13951315. OLE color: 13951315.

HSL color Cylindrical-coordinate representation of color #53E1D4: hue angle of 174.51º degrees, saturation: 0.7, 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 #53E1D4 is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB83225212-
CMYK0.6300.060.12
HSL174.51º70.3%60.39%-
HSV(B)174.51º63.11%88.24%-
XYZ42.3860.4471.72-
YUV181.06145.4658.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.96%
GREEN value IS 225 (88.28% from 255) = 43.27%
BLUE value IS 212 (83.20% from 255) = 40.77%
R=15.96%
G=43.27%
B=40.77%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal832252120.6300.060.12174.5170.360.39
Hex53E1D43F06Caf463c
Octal12334132477061425710674
Binary1010011111000011101010011111101101100101011111000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53E1D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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