Shades of Medium Turquoise #48CFBF
Tints of Medium Turquoise #48CFBF
RGB
CMYK
RGB Variations
Color information
#48CFBF (or 0x48CFBF) is known color: Medium Turquoise. HEX triplet: 48, CF and BF. RGB value is (72,207,191). Sum of RGB (Red+Green+Blue) = 72+207+191=470 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.32% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 207 - color contains mainly: green. Hex color #48CFBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CFBF is #B73040. Grayscale: #A4A4A4. Windows color (decimal): -12005441 or 12570440. OLE color: 12570440.
HSL color Cylindrical-coordinate representation of color #48CFBF: hue angle of 172.89º 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 #48CFBF is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 207 | 191 | - |
| CMYK | 0.65 | 0 | 0.08 | 0.19 |
| HSL | 172.89º | 0.58% | 0.55% | - |
| HSV(B) | 172.89º | 0.65% | 0.81% | - |
| XYZ | 34.39 | 49.76 | 57.08 | - |
| YUV | 164.81 | 142.77 | 61.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 207 | 191 | 0.65 | 0 | 0.08 | 0.19 | 172.89 | 0.58 | 0.55 |
| Hex | 48 | CF | BF | 41 | 0 | 8 | 13 | AD | 3A | 37 |
| Octal | 110 | 317 | 277 | 101 | 0 | 10 | 23 | 255 | 72 | 67 |
| Binary | 1001000 | 11001111 | 10111111 | 1000001 | 0 | 1000 | 10011 | 10101101 | 111010 | 110111 |
Color Harmonies of #48CFBF
Complementary color
Monochromatic Colors of #48CFBF
Black with #48CFBF
Text Example
Text Example
White with #48CFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CFBF; }
p { color: rgb(72,207,191); }
H1.HeaderClassName
{
color: #48CFBF;
}
.AnyTagClassName
{
color: #48CFBF;
}
</style>
background-color css
<style>
a { background-color: #48CFBF; }
a { background-color: rgb(72,207,191); }
div.DivClassName
{
background-color: #48CFBF;
}
.BgClassName
{
background-color: #48CFBF;
}
</style>
border-color css
<style>
span { border-color: #48CFBF; }
span { border-color: rgb(72,207,191); }
td.TdClassName
{
border-color: #48CFBF;
}
.TagClassName
{
border-color: #48CFBF;
}
</style>