#48C6D9

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

Shades of Medium Turquoise #48C6D9

Tints of Medium Turquoise #48C6D9

Color information

#48C6D9 (or 0x48C6D9) is unknown color: approx Medium Turquoise. HEX triplet: 48, C6 and D9. RGB value is (72,198,217). Sum of RGB (Red+Green+Blue) = 72+198+217=487 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.78% from 487); Green value is 198 (77.73% from 255 or 40.66% from 487); Blue value is 217 (85.16% from 255 or 44.56% from 487); Max value from RGB is 217 - color contains mainly: blue. Hex color #48C6D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C6D9 is #B73926. Grayscale: #A2A2A2. Windows color (decimal): -12007719 or 14272072. OLE color: 14272072.

HSL color Cylindrical-coordinate representation of color #48C6D9: hue angle of 187.86º 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 #48C6D9 is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB72198217-
CMYK0.670.0900.15
HSL187.86º65.61%56.67%-
HSV(B)187.86º66.82%85.1%-
XYZ35.3946.7872.81-
YUV162.49158.7663.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.78%
GREEN value IS 198 (77.73% from 255) = 40.66%
BLUE value IS 217 (85.16% from 255) = 44.56%
R=14.78%
G=40.66%
B=44.56%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal721982170.670.0900.15187.8665.6156.67
Hex48C6D94390Fbc4239
Octal1103063311031101727410271
Binary100100011000110110110011000011100101111101111001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C6D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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