#48CEB5

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

Shades of Medium Turquoise #48CEB5

Tints of Medium Turquoise #48CEB5

Color information

#48CEB5 (or 0x48CEB5) is unknown color: approx Medium Turquoise. HEX triplet: 48, CE and B5. RGB value is (72,206,181). Sum of RGB (Red+Green+Blue) = 72+206+181=459 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.69% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 181 (71.09% from 255 or 39.43% from 459); Max value from RGB is 206 - color contains mainly: green. Hex color #48CEB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CEB5 is #B7314A. Grayscale: #A3A3A3. Windows color (decimal): -12005707 or 11914824. OLE color: 11914824.

HSL color Cylindrical-coordinate representation of color #48CEB5: hue angle of 168.81º 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 #48CEB5 is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB72206181-
CMYK0.6500.120.19
HSL168.81º57.76%54.51%-
HSV(B)168.81º65.05%80.78%-
XYZ33.0848.8651.4-
YUV163.08138.1163.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.69%
GREEN value IS 206 (80.86% from 255) = 44.88%
BLUE value IS 181 (71.09% from 255) = 39.43%
R=15.69%
G=44.88%
B=39.43%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal722061810.6500.120.19168.8157.7654.51
Hex48CEB5410C13a93a37
Octal110316265101014232517267
Binary100100011001110101101011000001011001001110101001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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