Shades of Medium Turquoise #48CFD1
Tints of Medium Turquoise #48CFD1
RGB
CMYK
RGB Variations
Color information
#48CFD1 (or 0x48CFD1) is known color: Medium Turquoise. HEX triplet: 48, CF and D1. RGB value is (72,207,209). Sum of RGB (Red+Green+Blue) = 72+207+209=488 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.75% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 209 (82.03% from 255 or 42.83% from 488); Max value from RGB is 209 - color contains mainly: blue. Hex color #48CFD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CFD1 is #B7302E. Grayscale: #A6A6A6. Windows color (decimal): -12005423 or 13750088. OLE color: 13750088.
HSL color Cylindrical-coordinate representation of color #48CFD1: hue angle of 180.88º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48CFD1 is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 207 | 209 | - |
| CMYK | 0.66 | 0.01 | 0 | 0.18 |
| HSL | 180.88º | 0.6% | 0.55% | - |
| HSV(B) | 180.88º | 0.66% | 0.82% | - |
| XYZ | 36.49 | 50.61 | 68.17 | - |
| YUV | 166.86 | 151.77 | 60.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 207 | 209 | 0.66 | 0.01 | 0 | 0.18 | 180.88 | 0.6 | 0.55 |
| Hex | 48 | CF | D1 | 42 | 1 | 0 | 12 | B5 | 3C | 37 |
| Octal | 110 | 317 | 321 | 102 | 1 | 0 | 22 | 265 | 74 | 67 |
| Binary | 1001000 | 11001111 | 11010001 | 1000010 | 1 | 0 | 10010 | 10110101 | 111100 | 110111 |
Color Harmonies of #48CFD1
Complementary color
Monochromatic Colors of #48CFD1
Black with #48CFD1
Text Example
Text Example
White with #48CFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CFD1; }
p { color: rgb(72,207,209); }
H1.HeaderClassName
{
color: #48CFD1;
}
.AnyTagClassName
{
color: #48CFD1;
}
</style>
background-color css
<style>
a { background-color: #48CFD1; }
a { background-color: rgb(72,207,209); }
div.DivClassName
{
background-color: #48CFD1;
}
.BgClassName
{
background-color: #48CFD1;
}
</style>
border-color css
<style>
span { border-color: #48CFD1; }
span { border-color: rgb(72,207,209); }
td.TdClassName
{
border-color: #48CFD1;
}
.TagClassName
{
border-color: #48CFD1;
}
</style>