Shades of Medium Turquoise #48D0CD
Tints of Medium Turquoise #48D0CD
RGB
CMYK
RGB Variations
Color information
#48D0CD (or 0x48D0CD) is known color: Medium Turquoise. HEX triplet: 48, D0 and CD. RGB value is (72,208,205). Sum of RGB (Red+Green+Blue) = 72+208+205=485 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.85% from 485); Green value is 208 (81.64% from 255 or 42.89% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 208 - color contains mainly: green. Hex color #48D0CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48D0CD is #B72F32. Grayscale: #A6A6A6. Windows color (decimal): -12005171 or 13488200. OLE color: 13488200.
HSL color Cylindrical-coordinate representation of color #48D0CD: hue angle of 178.68º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48D0CD is Cyan = 0.65, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 208 | 205 | - |
| CMYK | 0.65 | 0 | 0.01 | 0.18 |
| HSL | 178.68º | 0.59% | 0.55% | - |
| HSV(B) | 178.68º | 0.65% | 0.82% | - |
| XYZ | 36.25 | 50.9 | 65.67 | - |
| YUV | 166.99 | 149.44 | 60.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 208 | 205 | 0.65 | 0 | 0.01 | 0.18 | 178.68 | 0.59 | 0.55 |
| Hex | 48 | D0 | CD | 41 | 0 | 1 | 12 | B3 | 3B | 37 |
| Octal | 110 | 320 | 315 | 101 | 0 | 1 | 22 | 263 | 73 | 67 |
| Binary | 1001000 | 11010000 | 11001101 | 1000001 | 0 | 1 | 10010 | 10110011 | 111011 | 110111 |
Color Harmonies of #48D0CD
Complementary color
Monochromatic Colors of #48D0CD
Black with #48D0CD
Text Example
Text Example
White with #48D0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D0CD; }
p { color: rgb(72,208,205); }
H1.HeaderClassName
{
color: #48D0CD;
}
.AnyTagClassName
{
color: #48D0CD;
}
</style>
background-color css
<style>
a { background-color: #48D0CD; }
a { background-color: rgb(72,208,205); }
div.DivClassName
{
background-color: #48D0CD;
}
.BgClassName
{
background-color: #48D0CD;
}
</style>
border-color css
<style>
span { border-color: #48D0CD; }
span { border-color: rgb(72,208,205); }
td.TdClassName
{
border-color: #48D0CD;
}
.TagClassName
{
border-color: #48D0CD;
}
</style>