#53DECB

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

Shades of Medium Turquoise #53DECB

Tints of Medium Turquoise #53DECB

Color information

#53DECB (or 0x53DECB) is unknown color: approx Medium Turquoise. HEX triplet: 53, DE and CB. RGB value is (83,222,203). Sum of RGB (Red+Green+Blue) = 83+222+203=508 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.34% from 508); Green value is 222 (87.11% from 255 or 43.70% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 222 - color contains mainly: green. Hex color #53DECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DECB is #AC2134. Grayscale: #B2B2B2. Windows color (decimal): -11280693 or 13360723. OLE color: 13360723.

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

Color convert

RGB83222203-
CMYK0.6300.090.13
HSL171.8º67.8%59.8%-
HSV(B)171.8º62.61%87.06%-
XYZ40.4758.3965.64-
YUV178.27141.9560.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.34%
GREEN value IS 222 (87.11% from 255) = 43.70%
BLUE value IS 203 (79.69% from 255) = 39.96%
R=16.34%
G=43.70%
B=39.96%

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
Decimal832222030.6300.090.13171.867.859.8
Hex53DECB3F09Dac443c
Octal123336313770111525410474
Binary10100111101111011001011111111010011101101011001000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53DECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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