#53CEC6

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

Shades of Medium Turquoise #53CEC6

Tints of Medium Turquoise #53CEC6

Color information

#53CEC6 (or 0x53CEC6) is unknown color: approx Medium Turquoise. HEX triplet: 53, CE and C6. RGB value is (83,206,198). Sum of RGB (Red+Green+Blue) = 83+206+198=487 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.04% from 487); Green value is 206 (80.86% from 255 or 42.30% from 487); Blue value is 198 (77.73% from 255 or 40.66% from 487); Max value from RGB is 206 - color contains mainly: green. Hex color #53CEC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CEC6 is #AC3139. Grayscale: #A8A8A8. Windows color (decimal): -11284794 or 13028947. OLE color: 13028947.

HSL color Cylindrical-coordinate representation of color #53CEC6: hue angle of 176.1º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53CEC6 is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB83206198-
CMYK0.6000.040.19
HSL176.1º55.66%56.67%-
HSV(B)176.1º59.71%80.78%-
XYZ35.8350.0661.2-
YUV168.31144.7567.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.04%
GREEN value IS 206 (80.86% from 255) = 42.30%
BLUE value IS 198 (77.73% from 255) = 40.66%
R=17.04%
G=42.30%
B=40.66%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal832061980.6000.040.19176.155.6656.67
Hex53CEC63C0413b03839
Octal1233163067404232607071
Binary1010011110011101100011011110001001001110110000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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