Shades of Turquoise #48DFDA
Tints of Turquoise #48DFDA
RGB
CMYK
RGB Variations
Color information
#48DFDA (or 0x48DFDA) is known color: Turquoise. HEX triplet: 48, DF and DA. RGB value is (72,223,218). Sum of RGB (Red+Green+Blue) = 72+223+218=513 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.04% from 513); Green value is 223 (87.5% from 255 or 43.47% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 223 - color contains mainly: green. Hex color #48DFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DFDA is #B72025. Grayscale: #B1B1B1. Windows color (decimal): -12001318 or 14344008. OLE color: 14344008.
HSL color Cylindrical-coordinate representation of color #48DFDA: hue angle of 178.01º 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 #48DFDA is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 223 | 218 | - |
| CMYK | 0.68 | 0 | 0.02 | 0.13 |
| HSL | 178.01º | 0.7% | 0.58% | - |
| HSV(B) | 178.01º | 0.68% | 0.87% | - |
| XYZ | 41.72 | 59.22 | 75.56 | - |
| YUV | 177.28 | 150.97 | 52.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 223 | 218 | 0.68 | 0 | 0.02 | 0.13 | 178.01 | 0.7 | 0.58 |
| Hex | 48 | DF | DA | 44 | 0 | 2 | D | B2 | 46 | 3A |
| Octal | 110 | 337 | 332 | 104 | 0 | 2 | 15 | 262 | 106 | 72 |
| Binary | 1001000 | 11011111 | 11011010 | 1000100 | 0 | 10 | 1101 | 10110010 | 1000110 | 111010 |
Color Harmonies of #48DFDA
Complementary color
Monochromatic Colors of #48DFDA
Black with #48DFDA
Text Example
Text Example
White with #48DFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DFDA; }
p { color: rgb(72,223,218); }
H1.HeaderClassName
{
color: #48DFDA;
}
.AnyTagClassName
{
color: #48DFDA;
}
</style>
background-color css
<style>
a { background-color: #48DFDA; }
a { background-color: rgb(72,223,218); }
div.DivClassName
{
background-color: #48DFDA;
}
.BgClassName
{
background-color: #48DFDA;
}
</style>
border-color css
<style>
span { border-color: #48DFDA; }
span { border-color: rgb(72,223,218); }
td.TdClassName
{
border-color: #48DFDA;
}
.TagClassName
{
border-color: #48DFDA;
}
</style>