#53CABF

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

Shades of Medium Turquoise #53CABF

Tints of Medium Turquoise #53CABF

Color information

#53CABF (or 0x53CABF) is unknown color: approx Medium Turquoise. HEX triplet: 53, CA and BF. RGB value is (83,202,191). Sum of RGB (Red+Green+Blue) = 83+202+191=476 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.44% from 476); Green value is 202 (79.30% from 255 or 42.44% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 202 - color contains mainly: green. Hex color #53CABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CABF is #AC3540. Grayscale: #A5A5A5. Windows color (decimal): -11285825 or 12569171. OLE color: 12569171.

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

Color convert

RGB83202191-
CMYK0.5900.050.21
HSL174.45º52.89%55.88%-
HSV(B)174.45º58.91%79.22%-
XYZ34.0947.8456.73-
YUV165.16142.5869.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.44%
GREEN value IS 202 (79.30% from 255) = 42.44%
BLUE value IS 191 (75% from 255) = 40.13%
R=17.44%
G=42.44%
B=40.13%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal832021910.5900.050.21174.4552.8955.88
Hex53CABF3B0515ae3538
Octal1233122777305252566570
Binary1010011110010101011111111101101011010110101110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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