Shades of Medium Turquoise #48C4CB
Tints of Medium Turquoise #48C4CB
RGB
CMYK
RGB Variations
Color information
#48C4CB (or 0x48C4CB) is known color: Medium Turquoise. HEX triplet: 48, C4 and CB. RGB value is (72,196,203). Sum of RGB (Red+Green+Blue) = 72+196+203=471 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.29% from 471); Green value is 196 (76.95% from 255 or 41.61% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #48C4CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C4CB is #B73B34. Grayscale: #9F9F9F. Windows color (decimal): -12008245 or 13354056. OLE color: 13354056.
HSL color Cylindrical-coordinate representation of color #48C4CB: hue angle of 183.21º 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 #48C4CB is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 196 | 203 | - |
| CMYK | 0.65 | 0.03 | 0 | 0.20 |
| HSL | 183.21º | 0.56% | 0.54% | - |
| HSV(B) | 183.21º | 0.65% | 0.8% | - |
| XYZ | 33.19 | 45.17 | 63.47 | - |
| YUV | 159.72 | 152.42 | 65.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 196 | 203 | 0.65 | 0.03 | 0 | 0.20 | 183.21 | 0.56 | 0.54 |
| Hex | 48 | C4 | CB | 41 | 3 | 0 | 14 | B7 | 38 | 36 |
| Octal | 110 | 304 | 313 | 101 | 3 | 0 | 24 | 267 | 70 | 66 |
| Binary | 1001000 | 11000100 | 11001011 | 1000001 | 11 | 0 | 10100 | 10110111 | 111000 | 110110 |
Color Harmonies of #48C4CB
Complementary color
Monochromatic Colors of #48C4CB
Black with #48C4CB
Text Example
Text Example
White with #48C4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C4CB; }
p { color: rgb(72,196,203); }
H1.HeaderClassName
{
color: #48C4CB;
}
.AnyTagClassName
{
color: #48C4CB;
}
</style>
background-color css
<style>
a { background-color: #48C4CB; }
a { background-color: rgb(72,196,203); }
div.DivClassName
{
background-color: #48C4CB;
}
.BgClassName
{
background-color: #48C4CB;
}
</style>
border-color css
<style>
span { border-color: #48C4CB; }
span { border-color: rgb(72,196,203); }
td.TdClassName
{
border-color: #48C4CB;
}
.TagClassName
{
border-color: #48C4CB;
}
</style>