#53E1D6

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

Shades of Turquoise #53E1D6

Tints of Turquoise #53E1D6

Color information

#53E1D6 (or 0x53E1D6) is unknown color: approx Turquoise. HEX triplet: 53, E1 and D6. RGB value is (83,225,214). Sum of RGB (Red+Green+Blue) = 83+225+214=522 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.90% from 522); Green value is 225 (88.28% from 255 or 43.10% from 522); Blue value is 214 (83.98% from 255 or 41.00% from 522); Max value from RGB is 225 - color contains mainly: green. Hex color #53E1D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53E1D6 is #AC1E29. Grayscale: #B5B5B5. Windows color (decimal): -11279914 or 14082387. OLE color: 14082387.

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

Color convert

RGB83225214-
CMYK0.6300.050.12
HSL175.35º70.3%60.39%-
HSV(B)175.35º63.11%88.24%-
XYZ42.6360.5473.06-
YUV181.29146.4657.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.90%
GREEN value IS 225 (88.28% from 255) = 43.10%
BLUE value IS 214 (83.98% from 255) = 41.00%
R=15.90%
G=43.10%
B=41.00%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal832252140.6300.050.12175.3570.360.39
Hex53E1D63F05Caf463c
Octal12334132677051425710674
Binary1010011111000011101011011111101011100101011111000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53E1D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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