#53CABB

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

Shades of Medium Turquoise #53CABB

Tints of Medium Turquoise #53CABB

Color information

#53CABB (or 0x53CABB) is unknown color: approx Medium Turquoise. HEX triplet: 53, CA and BB. RGB value is (83,202,187). Sum of RGB (Red+Green+Blue) = 83+202+187=472 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.58% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 202 - color contains mainly: green. Hex color #53CABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CABB is #AC3544. Grayscale: #A4A4A4. Windows color (decimal): -11285829 or 12307027. OLE color: 12307027.

HSL color Cylindrical-coordinate representation of color #53CABB: hue angle of 172.44º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53CABB is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB83202187-
CMYK0.5900.070.21
HSL172.44º52.89%55.88%-
HSV(B)172.44º58.91%79.22%-
XYZ33.6647.6754.44-
YUV164.71140.5869.72-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.58%
GREEN value IS 202 (79.30% from 255) = 42.80%
BLUE value IS 187 (73.44% from 255) = 39.62%
R=17.58%
G=42.80%
B=39.62%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal832021870.5900.070.21172.4452.8955.88
Hex53CABB3B0715ac3538
Octal1233122737307252546570
Binary1010011110010101011101111101101111010110101100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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