#48CEC0

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

Shades of Medium Turquoise #48CEC0

Tints of Medium Turquoise #48CEC0

Color information

#48CEC0 (or 0x48CEC0) is unknown color: approx Medium Turquoise. HEX triplet: 48, CE and C0. RGB value is (72,206,192). Sum of RGB (Red+Green+Blue) = 72+206+192=470 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.32% from 470); Green value is 206 (80.86% from 255 or 43.83% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 206 - color contains mainly: green. Hex color #48CEC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CEC0 is #B7313F. Grayscale: #A4A4A4. Windows color (decimal): -12005696 or 12635720. OLE color: 12635720.

HSL color Cylindrical-coordinate representation of color #48CEC0: hue angle of 173.73º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CEC0 is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB72206192-
CMYK0.6500.070.19
HSL173.73º57.76%54.51%-
HSV(B)173.73º65.05%80.78%-
XYZ34.2649.3357.58-
YUV164.34143.6162.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.32%
GREEN value IS 206 (80.86% from 255) = 43.83%
BLUE value IS 192 (75.39% from 255) = 40.85%
R=15.32%
G=43.83%
B=40.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal722061920.6500.070.19173.7357.7654.51
Hex48CEC0410713ae3a37
Octal11031630010107232567267
Binary10010001100111011000000100000101111001110101110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48CEC0; }

 p { color: rgb(72,206,192); }

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

<style>
 a { background-color: #48CEC0; }

 a { background-color: rgb(72,206,192); }

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

<style>
 span { border-color: #48CEC0; }

 span { border-color: rgb(72,206,192); }

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