Shades of Medium Turquoise #48D9DF
Tints of Medium Turquoise #48D9DF
RGB
CMYK
RGB Variations
Color information
#48D9DF (or 0x48D9DF) is known color: Medium Turquoise. HEX triplet: 48, D9 and DF. RGB value is (72,217,223). Sum of RGB (Red+Green+Blue) = 72+217+223=512 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.06% from 512); Green value is 217 (85.16% from 255 or 42.38% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #48D9DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48D9DF is #B72620. Grayscale: #AEAEAE. Windows color (decimal): -12002849 or 14670152. OLE color: 14670152.
HSL color Cylindrical-coordinate representation of color #48D9DF: hue angle of 182.38º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48D9DF is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 217 | 223 | - |
| CMYK | 0.68 | 0.03 | 0 | 0.13 |
| HSL | 182.38º | 0.7% | 0.58% | - |
| HSV(B) | 182.38º | 0.68% | 0.87% | - |
| XYZ | 40.8 | 56.33 | 78.53 | - |
| YUV | 174.33 | 155.46 | 55.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 217 | 223 | 0.68 | 0.03 | 0 | 0.13 | 182.38 | 0.7 | 0.58 |
| Hex | 48 | D9 | DF | 44 | 3 | 0 | D | B6 | 46 | 3A |
| Octal | 110 | 331 | 337 | 104 | 3 | 0 | 15 | 266 | 106 | 72 |
| Binary | 1001000 | 11011001 | 11011111 | 1000100 | 11 | 0 | 1101 | 10110110 | 1000110 | 111010 |
Color Harmonies of #48D9DF
Complementary color
Monochromatic Colors of #48D9DF
Black with #48D9DF
Text Example
Text Example
White with #48D9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D9DF; }
p { color: rgb(72,217,223); }
H1.HeaderClassName
{
color: #48D9DF;
}
.AnyTagClassName
{
color: #48D9DF;
}
</style>
background-color css
<style>
a { background-color: #48D9DF; }
a { background-color: rgb(72,217,223); }
div.DivClassName
{
background-color: #48D9DF;
}
.BgClassName
{
background-color: #48D9DF;
}
</style>
border-color css
<style>
span { border-color: #48D9DF; }
span { border-color: rgb(72,217,223); }
td.TdClassName
{
border-color: #48D9DF;
}
.TagClassName
{
border-color: #48D9DF;
}
</style>