#53DECA

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

Shades of Medium Turquoise #53DECA

Tints of Medium Turquoise #53DECA

Color information

#53DECA (or 0x53DECA) is unknown color: approx Medium Turquoise. HEX triplet: 53, DE and CA. RGB value is (83,222,202). Sum of RGB (Red+Green+Blue) = 83+222+202=507 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.37% from 507); Green value is 222 (87.11% from 255 or 43.79% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 222 - color contains mainly: green. Hex color #53DECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DECA is #AC2135. Grayscale: #B2B2B2. Windows color (decimal): -11280694 or 13295187. OLE color: 13295187.

HSL color Cylindrical-coordinate representation of color #53DECA: hue angle of 171.37º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53DECA is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB83222202-
CMYK0.6300.090.13
HSL171.37º67.8%59.8%-
HSV(B)171.37º62.61%87.06%-
XYZ40.3558.3565.01-
YUV178.16141.4560.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.37%
GREEN value IS 222 (87.11% from 255) = 43.79%
BLUE value IS 202 (79.30% from 255) = 39.84%
R=16.37%
G=43.79%
B=39.84%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal832222020.6300.090.13171.3767.859.8
Hex53DECA3F09Dab443c
Octal123336312770111525310474
Binary10100111101111011001010111111010011101101010111000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53DECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,222,202); }

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

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

 a { background-color: rgb(83,222,202); }

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

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

 span { border-color: rgb(83,222,202); }

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