Shades of Turquoise #48DFD2
Tints of Turquoise #48DFD2
RGB
CMYK
RGB Variations
Color information
#48DFD2 (or 0x48DFD2) is known color: Turquoise. HEX triplet: 48, DF and D2. RGB value is (72,223,210). Sum of RGB (Red+Green+Blue) = 72+223+210=505 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.26% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 210 (82.42% from 255 or 41.58% from 505); Max value from RGB is 223 - color contains mainly: green. Hex color #48DFD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DFD2 is #B7202D. Grayscale: #B0B0B0. Windows color (decimal): -12001326 or 13819720. OLE color: 13819720.
HSL color Cylindrical-coordinate representation of color #48DFD2: hue angle of 174.83º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48DFD2 is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 223 | 210 | - |
| CMYK | 0.68 | 0 | 0.06 | 0.13 |
| HSL | 174.83º | 0.7% | 0.58% | - |
| HSV(B) | 174.83º | 0.68% | 0.87% | - |
| XYZ | 40.69 | 58.81 | 70.18 | - |
| YUV | 176.37 | 146.97 | 53.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 223 | 210 | 0.68 | 0 | 0.06 | 0.13 | 174.83 | 0.7 | 0.58 |
| Hex | 48 | DF | D2 | 44 | 0 | 6 | D | AF | 46 | 3A |
| Octal | 110 | 337 | 322 | 104 | 0 | 6 | 15 | 257 | 106 | 72 |
| Binary | 1001000 | 11011111 | 11010010 | 1000100 | 0 | 110 | 1101 | 10101111 | 1000110 | 111010 |
Color Harmonies of #48DFD2
Complementary color
Monochromatic Colors of #48DFD2
Black with #48DFD2
Text Example
Text Example
White with #48DFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DFD2; }
p { color: rgb(72,223,210); }
H1.HeaderClassName
{
color: #48DFD2;
}
.AnyTagClassName
{
color: #48DFD2;
}
</style>
background-color css
<style>
a { background-color: #48DFD2; }
a { background-color: rgb(72,223,210); }
div.DivClassName
{
background-color: #48DFD2;
}
.BgClassName
{
background-color: #48DFD2;
}
</style>
border-color css
<style>
span { border-color: #48DFD2; }
span { border-color: rgb(72,223,210); }
td.TdClassName
{
border-color: #48DFD2;
}
.TagClassName
{
border-color: #48DFD2;
}
</style>