Shades of Medium Turquoise #48D9CE
Tints of Medium Turquoise #48D9CE
RGB
CMYK
RGB Variations
Color information
#48D9CE (or 0x48D9CE) is known color: Medium Turquoise. HEX triplet: 48, D9 and CE. RGB value is (72,217,206). Sum of RGB (Red+Green+Blue) = 72+217+206=495 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.55% from 495); Green value is 217 (85.16% from 255 or 43.84% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 217 - color contains mainly: green. Hex color #48D9CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48D9CE is #B72631. Grayscale: #ACACAC. Windows color (decimal): -12002866 or 13556040. OLE color: 13556040.
HSL color Cylindrical-coordinate representation of color #48D9CE: hue angle of 175.45º 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 #48D9CE is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 217 | 206 | - |
| CMYK | 0.67 | 0 | 0.05 | 0.15 |
| HSL | 175.45º | 0.66% | 0.57% | - |
| HSV(B) | 175.45º | 0.67% | 0.85% | - |
| XYZ | 38.63 | 55.46 | 67.06 | - |
| YUV | 172.39 | 146.96 | 56.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 217 | 206 | 0.67 | 0 | 0.05 | 0.15 | 175.45 | 0.66 | 0.57 |
| Hex | 48 | D9 | CE | 43 | 0 | 5 | F | AF | 42 | 39 |
| Octal | 110 | 331 | 316 | 103 | 0 | 5 | 17 | 257 | 102 | 71 |
| Binary | 1001000 | 11011001 | 11001110 | 1000011 | 0 | 101 | 1111 | 10101111 | 1000010 | 111001 |
Color Harmonies of #48D9CE
Complementary color
Monochromatic Colors of #48D9CE
Black with #48D9CE
Text Example
Text Example
White with #48D9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D9CE; }
p { color: rgb(72,217,206); }
H1.HeaderClassName
{
color: #48D9CE;
}
.AnyTagClassName
{
color: #48D9CE;
}
</style>
background-color css
<style>
a { background-color: #48D9CE; }
a { background-color: rgb(72,217,206); }
div.DivClassName
{
background-color: #48D9CE;
}
.BgClassName
{
background-color: #48D9CE;
}
</style>
border-color css
<style>
span { border-color: #48D9CE; }
span { border-color: rgb(72,217,206); }
td.TdClassName
{
border-color: #48D9CE;
}
.TagClassName
{
border-color: #48D9CE;
}
</style>