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