Shades of Medium Turquoise #48CFBC
Tints of Medium Turquoise #48CFBC
RGB
CMYK
RGB Variations
Color information
#48CFBC (or 0x48CFBC) is known color: Medium Turquoise. HEX triplet: 48, CF and BC. RGB value is (72,207,188). Sum of RGB (Red+Green+Blue) = 72+207+188=467 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.42% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 207 - color contains mainly: green. Hex color #48CFBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CFBC is #B73043. Grayscale: #A4A4A4. Windows color (decimal): -12005444 or 12373832. OLE color: 12373832.
HSL color Cylindrical-coordinate representation of color #48CFBC: hue angle of 171.56º 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 #48CFBC is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 207 | 188 | - |
| CMYK | 0.65 | 0 | 0.09 | 0.19 |
| HSL | 171.56º | 0.58% | 0.55% | - |
| HSV(B) | 171.56º | 0.65% | 0.81% | - |
| XYZ | 34.06 | 49.63 | 55.36 | - |
| YUV | 164.47 | 141.27 | 62.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 207 | 188 | 0.65 | 0 | 0.09 | 0.19 | 171.56 | 0.58 | 0.55 |
| Hex | 48 | CF | BC | 41 | 0 | 9 | 13 | AC | 3A | 37 |
| Octal | 110 | 317 | 274 | 101 | 0 | 11 | 23 | 254 | 72 | 67 |
| Binary | 1001000 | 11001111 | 10111100 | 1000001 | 0 | 1001 | 10011 | 10101100 | 111010 | 110111 |
Color Harmonies of #48CFBC
Complementary color
Monochromatic Colors of #48CFBC
Black with #48CFBC
Text Example
Text Example
White with #48CFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CFBC; }
p { color: rgb(72,207,188); }
H1.HeaderClassName
{
color: #48CFBC;
}
.AnyTagClassName
{
color: #48CFBC;
}
</style>
background-color css
<style>
a { background-color: #48CFBC; }
a { background-color: rgb(72,207,188); }
div.DivClassName
{
background-color: #48CFBC;
}
.BgClassName
{
background-color: #48CFBC;
}
</style>
border-color css
<style>
span { border-color: #48CFBC; }
span { border-color: rgb(72,207,188); }
td.TdClassName
{
border-color: #48CFBC;
}
.TagClassName
{
border-color: #48CFBC;
}
</style>