Shades of Medium Turquoise #48D0D6
Tints of Medium Turquoise #48D0D6
RGB
CMYK
RGB Variations
Color information
#48D0D6 (or 0x48D0D6) is known color: Medium Turquoise. HEX triplet: 48, D0 and D6. RGB value is (72,208,214). Sum of RGB (Red+Green+Blue) = 72+208+214=494 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.57% from 494); Green value is 208 (81.64% from 255 or 42.11% from 494); Blue value is 214 (83.98% from 255 or 43.32% from 494); Max value from RGB is 214 - color contains mainly: blue. Hex color #48D0D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48D0D6 is #B72F29. Grayscale: #A7A7A7. Windows color (decimal): -12005162 or 14078024. OLE color: 14078024.
HSL color Cylindrical-coordinate representation of color #48D0D6: hue angle of 182.54º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D0D6 is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 72 | 208 | 214 | - |
| CMYK | 0.66 | 0.03 | 0 | 0.16 |
| HSL | 182.54º | 0.63% | 0.56% | - |
| HSV(B) | 182.54º | 0.66% | 0.84% | - |
| XYZ | 37.37 | 51.34 | 71.56 | - |
| YUV | 168.02 | 153.94 | 59.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 208 | 214 | 0.66 | 0.03 | 0 | 0.16 | 182.54 | 0.63 | 0.56 |
| Hex | 48 | D0 | D6 | 42 | 3 | 0 | 10 | B7 | 3F | 38 |
| Octal | 110 | 320 | 326 | 102 | 3 | 0 | 20 | 267 | 77 | 70 |
| Binary | 1001000 | 11010000 | 11010110 | 1000010 | 11 | 0 | 10000 | 10110111 | 111111 | 111000 |
Color Harmonies of #48D0D6
Complementary color
Monochromatic Colors of #48D0D6
Black with #48D0D6
Text Example
Text Example
White with #48D0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D0D6; }
p { color: rgb(72,208,214); }
H1.HeaderClassName
{
color: #48D0D6;
}
.AnyTagClassName
{
color: #48D0D6;
}
</style>
background-color css
<style>
a { background-color: #48D0D6; }
a { background-color: rgb(72,208,214); }
div.DivClassName
{
background-color: #48D0D6;
}
.BgClassName
{
background-color: #48D0D6;
}
</style>
border-color css
<style>
span { border-color: #48D0D6; }
span { border-color: rgb(72,208,214); }
td.TdClassName
{
border-color: #48D0D6;
}
.TagClassName
{
border-color: #48D0D6;
}
</style>