Shades of Turquoise #48DDC7
Tints of Turquoise #48DDC7
RGB
CMYK
RGB Variations
Color information
#48DDC7 (or 0x48DDC7) is known color: Turquoise. HEX triplet: 48, DD and C7. RGB value is (72,221,199). Sum of RGB (Red+Green+Blue) = 72+221+199=492 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.63% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 199 (78.12% from 255 or 40.45% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #48DDC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DDC7 is #B72238. Grayscale: #ADADAD. Windows color (decimal): -12001849 or 13098312. OLE color: 13098312.
HSL color Cylindrical-coordinate representation of color #48DDC7: hue angle of 171.14º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48DDC7 is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 221 | 199 | - |
| CMYK | 0.67 | 0 | 0.10 | 0.13 |
| HSL | 171.14º | 0.69% | 0.57% | - |
| HSV(B) | 171.14º | 0.67% | 0.87% | - |
| XYZ | 38.84 | 57.21 | 63.03 | - |
| YUV | 173.94 | 142.14 | 55.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 221 | 199 | 0.67 | 0 | 0.10 | 0.13 | 171.14 | 0.69 | 0.57 |
| Hex | 48 | DD | C7 | 43 | 0 | A | D | AB | 45 | 39 |
| Octal | 110 | 335 | 307 | 103 | 0 | 12 | 15 | 253 | 105 | 71 |
| Binary | 1001000 | 11011101 | 11000111 | 1000011 | 0 | 1010 | 1101 | 10101011 | 1000101 | 111001 |
Color Harmonies of #48DDC7
Complementary color
Monochromatic Colors of #48DDC7
Black with #48DDC7
Text Example
Text Example
White with #48DDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DDC7; }
p { color: rgb(72,221,199); }
H1.HeaderClassName
{
color: #48DDC7;
}
.AnyTagClassName
{
color: #48DDC7;
}
</style>
background-color css
<style>
a { background-color: #48DDC7; }
a { background-color: rgb(72,221,199); }
div.DivClassName
{
background-color: #48DDC7;
}
.BgClassName
{
background-color: #48DDC7;
}
</style>
border-color css
<style>
span { border-color: #48DDC7; }
span { border-color: rgb(72,221,199); }
td.TdClassName
{
border-color: #48DDC7;
}
.TagClassName
{
border-color: #48DDC7;
}
</style>