Shades of Turquoise #48DDC5
Tints of Turquoise #48DDC5
RGB
CMYK
RGB Variations
Color information
#48DDC5 (or 0x48DDC5) is known color: Turquoise. HEX triplet: 48, DD and C5. RGB value is (72,221,197). Sum of RGB (Red+Green+Blue) = 72+221+197=490 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.69% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 197 (77.34% from 255 or 40.20% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #48DDC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DDC5 is #B7223A. Grayscale: #ADADAD. Windows color (decimal): -12001851 or 12967240. OLE color: 12967240.
HSL color Cylindrical-coordinate representation of color #48DDC5: hue angle of 170.34º 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 #48DDC5 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 221 | 197 | - |
| CMYK | 0.67 | 0 | 0.11 | 0.13 |
| HSL | 170.34º | 0.69% | 0.57% | - |
| HSV(B) | 170.34º | 0.67% | 0.87% | - |
| XYZ | 38.61 | 57.12 | 61.81 | - |
| YUV | 173.71 | 141.14 | 55.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 221 | 197 | 0.67 | 0 | 0.11 | 0.13 | 170.34 | 0.69 | 0.57 |
| Hex | 48 | DD | C5 | 43 | 0 | B | D | AA | 45 | 39 |
| Octal | 110 | 335 | 305 | 103 | 0 | 13 | 15 | 252 | 105 | 71 |
| Binary | 1001000 | 11011101 | 11000101 | 1000011 | 0 | 1011 | 1101 | 10101010 | 1000101 | 111001 |
Color Harmonies of #48DDC5
Complementary color
Monochromatic Colors of #48DDC5
Black with #48DDC5
Text Example
Text Example
White with #48DDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DDC5; }
p { color: rgb(72,221,197); }
H1.HeaderClassName
{
color: #48DDC5;
}
.AnyTagClassName
{
color: #48DDC5;
}
</style>
background-color css
<style>
a { background-color: #48DDC5; }
a { background-color: rgb(72,221,197); }
div.DivClassName
{
background-color: #48DDC5;
}
.BgClassName
{
background-color: #48DDC5;
}
</style>
border-color css
<style>
span { border-color: #48DDC5; }
span { border-color: rgb(72,221,197); }
td.TdClassName
{
border-color: #48DDC5;
}
.TagClassName
{
border-color: #48DDC5;
}
</style>