Shades of Turquoise #48DDD6
Tints of Turquoise #48DDD6
RGB
CMYK
RGB Variations
Color information
#48DDD6 (or 0x48DDD6) is known color: Turquoise. HEX triplet: 48, DD and D6. RGB value is (72,221,214). Sum of RGB (Red+Green+Blue) = 72+221+214=507 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.20% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 214 (83.98% from 255 or 42.21% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #48DDD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DDD6 is #B72229. Grayscale: #AFAFAF. Windows color (decimal): -12001834 or 14081352. OLE color: 14081352.
HSL color Cylindrical-coordinate representation of color #48DDD6: hue angle of 177.18º 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 #48DDD6 is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 221 | 214 | - |
| CMYK | 0.67 | 0 | 0.03 | 0.13 |
| HSL | 177.18º | 0.69% | 0.57% | - |
| HSV(B) | 177.18º | 0.67% | 0.87% | - |
| XYZ | 40.67 | 57.95 | 72.66 | - |
| YUV | 175.65 | 149.64 | 54.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 221 | 214 | 0.67 | 0 | 0.03 | 0.13 | 177.18 | 0.69 | 0.57 |
| Hex | 48 | DD | D6 | 43 | 0 | 3 | D | B1 | 45 | 39 |
| Octal | 110 | 335 | 326 | 103 | 0 | 3 | 15 | 261 | 105 | 71 |
| Binary | 1001000 | 11011101 | 11010110 | 1000011 | 0 | 11 | 1101 | 10110001 | 1000101 | 111001 |
Color Harmonies of #48DDD6
Complementary color
Monochromatic Colors of #48DDD6
Black with #48DDD6
Text Example
Text Example
White with #48DDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DDD6; }
p { color: rgb(72,221,214); }
H1.HeaderClassName
{
color: #48DDD6;
}
.AnyTagClassName
{
color: #48DDD6;
}
</style>
background-color css
<style>
a { background-color: #48DDD6; }
a { background-color: rgb(72,221,214); }
div.DivClassName
{
background-color: #48DDD6;
}
.BgClassName
{
background-color: #48DDD6;
}
</style>
border-color css
<style>
span { border-color: #48DDD6; }
span { border-color: rgb(72,221,214); }
td.TdClassName
{
border-color: #48DDD6;
}
.TagClassName
{
border-color: #48DDD6;
}
</style>