Shades of Medium Turquoise #48D4DF
Tints of Medium Turquoise #48D4DF
RGB
CMYK
RGB Variations
Color information
#48D4DF (or 0x48D4DF) is known color: Medium Turquoise. HEX triplet: 48, D4 and DF. RGB value is (72,212,223). Sum of RGB (Red+Green+Blue) = 72+212+223=507 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.20% from 507); Green value is 212 (83.20% from 255 or 41.81% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #48D4DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48D4DF is #B72B20. Grayscale: #ABABAB. Windows color (decimal): -12004129 or 14668872. OLE color: 14668872.
HSL color Cylindrical-coordinate representation of color #48D4DF: hue angle of 184.37º 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 #48D4DF is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 212 | 223 | - |
| CMYK | 0.68 | 0.05 | 0 | 0.13 |
| HSL | 184.37º | 0.7% | 0.58% | - |
| HSV(B) | 184.37º | 0.68% | 0.87% | - |
| XYZ | 39.54 | 53.79 | 78.11 | - |
| YUV | 171.39 | 157.12 | 57.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 212 | 223 | 0.68 | 0.05 | 0 | 0.13 | 184.37 | 0.7 | 0.58 |
| Hex | 48 | D4 | DF | 44 | 5 | 0 | D | B8 | 46 | 3A |
| Octal | 110 | 324 | 337 | 104 | 5 | 0 | 15 | 270 | 106 | 72 |
| Binary | 1001000 | 11010100 | 11011111 | 1000100 | 101 | 0 | 1101 | 10111000 | 1000110 | 111010 |
Color Harmonies of #48D4DF
Complementary color
Monochromatic Colors of #48D4DF
Black with #48D4DF
Text Example
Text Example
White with #48D4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D4DF; }
p { color: rgb(72,212,223); }
H1.HeaderClassName
{
color: #48D4DF;
}
.AnyTagClassName
{
color: #48D4DF;
}
</style>
background-color css
<style>
a { background-color: #48D4DF; }
a { background-color: rgb(72,212,223); }
div.DivClassName
{
background-color: #48D4DF;
}
.BgClassName
{
background-color: #48D4DF;
}
</style>
border-color css
<style>
span { border-color: #48D4DF; }
span { border-color: rgb(72,212,223); }
td.TdClassName
{
border-color: #48D4DF;
}
.TagClassName
{
border-color: #48D4DF;
}
</style>