Shades of Medium Turquoise #48C5CF
Tints of Medium Turquoise #48C5CF
RGB
CMYK
RGB Variations
Color information
#48C5CF (or 0x48C5CF) is known color: Medium Turquoise. HEX triplet: 48, C5 and CF. RGB value is (72,197,207). Sum of RGB (Red+Green+Blue) = 72+197+207=476 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15.13% from 476); Green value is 197 (77.34% from 255 or 41.39% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #48C5CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C5CF is #B73A30. Grayscale: #A0A0A0. Windows color (decimal): -12007985 or 13616456. OLE color: 13616456.
HSL color Cylindrical-coordinate representation of color #48C5CF: hue angle of 184.44º 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 #48C5CF is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 197 | 207 | - |
| CMYK | 0.65 | 0.05 | 0 | 0.19 |
| HSL | 184.44º | 0.58% | 0.55% | - |
| HSV(B) | 184.44º | 0.65% | 0.81% | - |
| XYZ | 33.9 | 45.82 | 66.09 | - |
| YUV | 160.77 | 154.09 | 64.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 197 | 207 | 0.65 | 0.05 | 0 | 0.19 | 184.44 | 0.58 | 0.55 |
| Hex | 48 | C5 | CF | 41 | 5 | 0 | 13 | B8 | 3A | 37 |
| Octal | 110 | 305 | 317 | 101 | 5 | 0 | 23 | 270 | 72 | 67 |
| Binary | 1001000 | 11000101 | 11001111 | 1000001 | 101 | 0 | 10011 | 10111000 | 111010 | 110111 |
Color Harmonies of #48C5CF
Complementary color
Monochromatic Colors of #48C5CF
Black with #48C5CF
Text Example
Text Example
White with #48C5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C5CF; }
p { color: rgb(72,197,207); }
H1.HeaderClassName
{
color: #48C5CF;
}
.AnyTagClassName
{
color: #48C5CF;
}
</style>
background-color css
<style>
a { background-color: #48C5CF; }
a { background-color: rgb(72,197,207); }
div.DivClassName
{
background-color: #48C5CF;
}
.BgClassName
{
background-color: #48C5CF;
}
</style>
border-color css
<style>
span { border-color: #48C5CF; }
span { border-color: rgb(72,197,207); }
td.TdClassName
{
border-color: #48C5CF;
}
.TagClassName
{
border-color: #48C5CF;
}
</style>