#53CAB8

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

Shades of Medium Turquoise #53CAB8

Tints of Medium Turquoise #53CAB8

Color information

#53CAB8 (or 0x53CAB8) is unknown color: approx Medium Turquoise. HEX triplet: 53, CA and B8. RGB value is (83,202,184). Sum of RGB (Red+Green+Blue) = 83+202+184=469 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.70% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 184 (72.27% from 255 or 39.23% from 469); Max value from RGB is 202 - color contains mainly: green. Hex color #53CAB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CAB8 is #AC3547. Grayscale: #A4A4A4. Windows color (decimal): -11285832 or 12110419. OLE color: 12110419.

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

Color convert

RGB83202184-
CMYK0.5900.090.21
HSL170.92º52.89%55.88%-
HSV(B)170.92º58.91%79.22%-
XYZ33.3447.5452.77-
YUV164.37139.0869.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.70%
GREEN value IS 202 (79.30% from 255) = 43.07%
BLUE value IS 184 (72.27% from 255) = 39.23%
R=17.70%
G=43.07%
B=39.23%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal832021840.5900.090.21170.9252.8955.88
Hex53CAB83B0915ab3538
Octal12331227073011252536570
Binary10100111100101010111000111011010011010110101011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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