Shades of Medium Turquoise #48D3DF
Tints of Medium Turquoise #48D3DF
RGB
CMYK
RGB Variations
Color information
#48D3DF (or 0x48D3DF) is known color: Medium Turquoise. HEX triplet: 48, D3 and DF. RGB value is (72,211,223). Sum of RGB (Red+Green+Blue) = 72+211+223=506 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.23% from 506); Green value is 211 (82.81% from 255 or 41.70% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #48D3DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48D3DF is #B72C20. Grayscale: #AAAAAA. Windows color (decimal): -12004385 or 14668616. OLE color: 14668616.
HSL color Cylindrical-coordinate representation of color #48D3DF: hue angle of 184.77º 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 #48D3DF is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 211 | 223 | - |
| CMYK | 0.68 | 0.05 | 0 | 0.13 |
| HSL | 184.77º | 0.7% | 0.58% | - |
| HSV(B) | 184.77º | 0.68% | 0.87% | - |
| XYZ | 39.29 | 53.29 | 78.03 | - |
| YUV | 170.81 | 157.45 | 57.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 211 | 223 | 0.68 | 0.05 | 0 | 0.13 | 184.77 | 0.7 | 0.58 |
| Hex | 48 | D3 | DF | 44 | 5 | 0 | D | B9 | 46 | 3A |
| Octal | 110 | 323 | 337 | 104 | 5 | 0 | 15 | 271 | 106 | 72 |
| Binary | 1001000 | 11010011 | 11011111 | 1000100 | 101 | 0 | 1101 | 10111001 | 1000110 | 111010 |
Color Harmonies of #48D3DF
Complementary color
Monochromatic Colors of #48D3DF
Black with #48D3DF
Text Example
Text Example
White with #48D3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D3DF; }
p { color: rgb(72,211,223); }
H1.HeaderClassName
{
color: #48D3DF;
}
.AnyTagClassName
{
color: #48D3DF;
}
</style>
background-color css
<style>
a { background-color: #48D3DF; }
a { background-color: rgb(72,211,223); }
div.DivClassName
{
background-color: #48D3DF;
}
.BgClassName
{
background-color: #48D3DF;
}
</style>
border-color css
<style>
span { border-color: #48D3DF; }
span { border-color: rgb(72,211,223); }
td.TdClassName
{
border-color: #48D3DF;
}
.TagClassName
{
border-color: #48D3DF;
}
</style>