Shades of Turquoise #48FDD1
Tints of Turquoise #48FDD1
RGB
CMYK
RGB Variations
Color information
#48FDD1 (or 0x48FDD1) is known color: Turquoise. HEX triplet: 48, FD and D1. RGB value is (72,253,209). Sum of RGB (Red+Green+Blue) = 72+253+209=534 (70% of max value = 765). Red value is 72 (28.52% from 255 or 13.48% from 534); Green value is 253 (99.22% from 255 or 47.38% from 534); Blue value is 209 (82.03% from 255 or 39.14% from 534); Max value from RGB is 253 - color contains mainly: green. Hex color #48FDD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FDD1 is #B7022E. Grayscale: #C1C1C1. Windows color (decimal): -11993647 or 13761864. OLE color: 13761864.
HSL color Cylindrical-coordinate representation of color #48FDD1: hue angle of 165.41º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48FDD1 is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 72 | 253 | 209 | - |
| CMYK | 0.72 | 0 | 0.17 | 0.01 |
| HSL | 165.41º | 0.98% | 0.64% | - |
| HSV(B) | 165.41º | 0.72% | 0.99% | - |
| XYZ | 49.31 | 76.23 | 72.44 | - |
| YUV | 193.87 | 136.53 | 41.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 253 | 209 | 0.72 | 0 | 0.17 | 0.01 | 165.41 | 0.98 | 0.64 |
| Hex | 48 | FD | D1 | 48 | 0 | 11 | 1 | A5 | 62 | 40 |
| Octal | 110 | 375 | 321 | 110 | 0 | 21 | 1 | 245 | 142 | 100 |
| Binary | 1001000 | 11111101 | 11010001 | 1001000 | 0 | 10001 | 1 | 10100101 | 1100010 | 1000000 |
Color Harmonies of #48FDD1
Complementary color
Monochromatic Colors of #48FDD1
Black with #48FDD1
Text Example
Text Example
White with #48FDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FDD1; }
p { color: rgb(72,253,209); }
H1.HeaderClassName
{
color: #48FDD1;
}
.AnyTagClassName
{
color: #48FDD1;
}
</style>
background-color css
<style>
a { background-color: #48FDD1; }
a { background-color: rgb(72,253,209); }
div.DivClassName
{
background-color: #48FDD1;
}
.BgClassName
{
background-color: #48FDD1;
}
</style>
border-color css
<style>
span { border-color: #48FDD1; }
span { border-color: rgb(72,253,209); }
td.TdClassName
{
border-color: #48FDD1;
}
.TagClassName
{
border-color: #48FDD1;
}
</style>