Shades of Turquoise #48FCD1
Tints of Turquoise #48FCD1
RGB
CMYK
RGB Variations
Color information
#48FCD1 (or 0x48FCD1) is known color: Turquoise. HEX triplet: 48, FC and D1. RGB value is (72,252,209). Sum of RGB (Red+Green+Blue) = 72+252+209=533 (70% of max value = 765). Red value is 72 (28.52% from 255 or 13.51% from 533); Green value is 252 (98.83% from 255 or 47.28% from 533); Blue value is 209 (82.03% from 255 or 39.21% from 533); Max value from RGB is 252 - color contains mainly: green. Hex color #48FCD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FCD1 is #B7032E. Grayscale: #C1C1C1. Windows color (decimal): -11993903 or 13761608. OLE color: 13761608.
HSL color Cylindrical-coordinate representation of color #48FCD1: hue angle of 165.67º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48FCD1 is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 72 | 252 | 209 | - |
| CMYK | 0.71 | 0 | 0.17 | 0.01 |
| HSL | 165.67º | 0.97% | 0.64% | - |
| HSV(B) | 165.67º | 0.71% | 0.99% | - |
| XYZ | 48.99 | 75.6 | 72.33 | - |
| YUV | 193.28 | 136.87 | 41.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 252 | 209 | 0.71 | 0 | 0.17 | 0.01 | 165.67 | 0.97 | 0.64 |
| Hex | 48 | FC | D1 | 47 | 0 | 11 | 1 | A6 | 61 | 40 |
| Octal | 110 | 374 | 321 | 107 | 0 | 21 | 1 | 246 | 141 | 100 |
| Binary | 1001000 | 11111100 | 11010001 | 1000111 | 0 | 10001 | 1 | 10100110 | 1100001 | 1000000 |
Color Harmonies of #48FCD1
Complementary color
Monochromatic Colors of #48FCD1
Black with #48FCD1
Text Example
Text Example
White with #48FCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FCD1; }
p { color: rgb(72,252,209); }
H1.HeaderClassName
{
color: #48FCD1;
}
.AnyTagClassName
{
color: #48FCD1;
}
</style>
background-color css
<style>
a { background-color: #48FCD1; }
a { background-color: rgb(72,252,209); }
div.DivClassName
{
background-color: #48FCD1;
}
.BgClassName
{
background-color: #48FCD1;
}
</style>
border-color css
<style>
span { border-color: #48FCD1; }
span { border-color: rgb(72,252,209); }
td.TdClassName
{
border-color: #48FCD1;
}
.TagClassName
{
border-color: #48FCD1;
}
</style>