#48D9BA

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

Shades of Medium Turquoise #48D9BA

Tints of Medium Turquoise #48D9BA

Color information

#48D9BA (or 0x48D9BA) is unknown color: approx Medium Turquoise. HEX triplet: 48, D9 and BA. RGB value is (72,217,186). Sum of RGB (Red+Green+Blue) = 72+217+186=475 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.16% from 475); Green value is 217 (85.16% from 255 or 45.68% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 217 - color contains mainly: green. Hex color #48D9BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48D9BA is #B72645. Grayscale: #AAAAAA. Windows color (decimal): -12002886 or 12245320. OLE color: 12245320.

HSL color Cylindrical-coordinate representation of color #48D9BA: hue angle of 167.17º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48D9BA is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB72217186-
CMYK0.6700.140.15
HSL167.17º65.61%56.67%-
HSV(B)167.17º66.82%85.1%-
XYZ36.3554.5555.07-
YUV170.11136.9658.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.16%
GREEN value IS 217 (85.16% from 255) = 45.68%
BLUE value IS 186 (73.05% from 255) = 39.16%
R=15.16%
G=45.68%
B=39.16%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal722171860.6700.140.15167.1765.6156.67
Hex48D9BA430EFa74239
Octal1103312721030161724710271
Binary100100011011001101110101000011011101111101001111000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48D9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,217,186); }

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

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

 a { background-color: rgb(72,217,186); }

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

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

 span { border-color: rgb(72,217,186); }

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