Shades of Medium Turquoise #48C9CB
Tints of Medium Turquoise #48C9CB
RGB
CMYK
RGB Variations
Color information
#48C9CB (or 0x48C9CB) is known color: Medium Turquoise. HEX triplet: 48, C9 and CB. RGB value is (72,201,203). Sum of RGB (Red+Green+Blue) = 72+201+203=476 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15.13% from 476); Green value is 201 (78.91% from 255 or 42.23% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #48C9CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C9CB is #B73634. Grayscale: #A2A2A2. Windows color (decimal): -12006965 or 13355336. OLE color: 13355336.
HSL color Cylindrical-coordinate representation of color #48C9CB: hue angle of 180.92º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48C9CB is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 201 | 203 | - |
| CMYK | 0.65 | 0.01 | 0 | 0.20 |
| HSL | 180.92º | 0.56% | 0.54% | - |
| HSV(B) | 180.92º | 0.65% | 0.8% | - |
| XYZ | 34.34 | 47.46 | 63.85 | - |
| YUV | 162.66 | 150.76 | 63.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 201 | 203 | 0.65 | 0.01 | 0 | 0.20 | 180.92 | 0.56 | 0.54 |
| Hex | 48 | C9 | CB | 41 | 1 | 0 | 14 | B5 | 38 | 36 |
| Octal | 110 | 311 | 313 | 101 | 1 | 0 | 24 | 265 | 70 | 66 |
| Binary | 1001000 | 11001001 | 11001011 | 1000001 | 1 | 0 | 10100 | 10110101 | 111000 | 110110 |
Color Harmonies of #48C9CB
Complementary color
Monochromatic Colors of #48C9CB
Black with #48C9CB
Text Example
Text Example
White with #48C9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C9CB; }
p { color: rgb(72,201,203); }
H1.HeaderClassName
{
color: #48C9CB;
}
.AnyTagClassName
{
color: #48C9CB;
}
</style>
background-color css
<style>
a { background-color: #48C9CB; }
a { background-color: rgb(72,201,203); }
div.DivClassName
{
background-color: #48C9CB;
}
.BgClassName
{
background-color: #48C9CB;
}
</style>
border-color css
<style>
span { border-color: #48C9CB; }
span { border-color: rgb(72,201,203); }
td.TdClassName
{
border-color: #48C9CB;
}
.TagClassName
{
border-color: #48C9CB;
}
</style>