#53C6BA

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

Shades of Medium Turquoise #53C6BA

Tints of Medium Turquoise #53C6BA

Color information

#53C6BA (or 0x53C6BA) is unknown color: approx Medium Turquoise. HEX triplet: 53, C6 and BA. RGB value is (83,198,186). Sum of RGB (Red+Green+Blue) = 83+198+186=467 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.77% from 467); Green value is 198 (77.73% from 255 or 42.40% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 198 - color contains mainly: green. Hex color #53C6BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53C6BA is #AC3945. Grayscale: #A2A2A2. Windows color (decimal): -11286854 or 12240467. OLE color: 12240467.

HSL color Cylindrical-coordinate representation of color #53C6BA: hue angle of 173.74º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53C6BA is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB83198186-
CMYK0.5800.060.22
HSL173.74º50.22%55.1%-
HSV(B)173.74º58.08%77.65%-
XYZ32.6245.7753.57-
YUV162.25141.471.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.77%
GREEN value IS 198 (77.73% from 255) = 42.40%
BLUE value IS 186 (73.05% from 255) = 39.83%
R=17.77%
G=42.40%
B=39.83%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal831981860.5800.060.22173.7450.2255.1
Hex53C6BA3A0616ae3237
Octal1233062727206262566267
Binary1010011110001101011101011101001101011010101110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,198,186); }

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

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

 a { background-color: rgb(83,198,186); }

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

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

 span { border-color: rgb(83,198,186); }

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