Shades of Medium Turquoise #48CFC1
Tints of Medium Turquoise #48CFC1
RGB
CMYK
RGB Variations
Color information
#48CFC1 (or 0x48CFC1) is known color: Medium Turquoise. HEX triplet: 48, CF and C1. RGB value is (72,207,193). Sum of RGB (Red+Green+Blue) = 72+207+193=472 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.25% from 472); Green value is 207 (81.25% from 255 or 43.86% from 472); Blue value is 193 (75.78% from 255 or 40.89% from 472); Max value from RGB is 207 - color contains mainly: green. Hex color #48CFC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CFC1 is #B7303E. Grayscale: #A4A4A4. Windows color (decimal): -12005439 or 12701512. OLE color: 12701512.
HSL color Cylindrical-coordinate representation of color #48CFC1: hue angle of 173.78º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CFC1 is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 207 | 193 | - |
| CMYK | 0.65 | 0 | 0.07 | 0.19 |
| HSL | 173.78º | 0.58% | 0.55% | - |
| HSV(B) | 173.78º | 0.65% | 0.81% | - |
| XYZ | 34.61 | 49.85 | 58.25 | - |
| YUV | 165.04 | 143.77 | 61.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 207 | 193 | 0.65 | 0 | 0.07 | 0.19 | 173.78 | 0.58 | 0.55 |
| Hex | 48 | CF | C1 | 41 | 0 | 7 | 13 | AE | 3A | 37 |
| Octal | 110 | 317 | 301 | 101 | 0 | 7 | 23 | 256 | 72 | 67 |
| Binary | 1001000 | 11001111 | 11000001 | 1000001 | 0 | 111 | 10011 | 10101110 | 111010 | 110111 |
Color Harmonies of #48CFC1
Complementary color
Monochromatic Colors of #48CFC1
Black with #48CFC1
Text Example
Text Example
White with #48CFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CFC1; }
p { color: rgb(72,207,193); }
H1.HeaderClassName
{
color: #48CFC1;
}
.AnyTagClassName
{
color: #48CFC1;
}
</style>
background-color css
<style>
a { background-color: #48CFC1; }
a { background-color: rgb(72,207,193); }
div.DivClassName
{
background-color: #48CFC1;
}
.BgClassName
{
background-color: #48CFC1;
}
</style>
border-color css
<style>
span { border-color: #48CFC1; }
span { border-color: rgb(72,207,193); }
td.TdClassName
{
border-color: #48CFC1;
}
.TagClassName
{
border-color: #48CFC1;
}
</style>