Shades of Medium Turquoise #48C8CD
Tints of Medium Turquoise #48C8CD
RGB
CMYK
RGB Variations
Color information
#48C8CD (or 0x48C8CD) is known color: Medium Turquoise. HEX triplet: 48, C8 and CD. RGB value is (72,200,205). Sum of RGB (Red+Green+Blue) = 72+200+205=477 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15.09% from 477); Green value is 200 (78.52% from 255 or 41.93% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #48C8CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C8CD is #B73732. Grayscale: #A2A2A2. Windows color (decimal): -12007219 or 13486152. OLE color: 13486152.
HSL color Cylindrical-coordinate representation of color #48C8CD: hue angle of 182.26º degrees, saturation: 0.57, 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 #48C8CD is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 200 | 205 | - |
| CMYK | 0.65 | 0.02 | 0 | 0.20 |
| HSL | 182.26º | 0.57% | 0.54% | - |
| HSV(B) | 182.26º | 0.65% | 0.8% | - |
| XYZ | 34.35 | 47.09 | 65.04 | - |
| YUV | 162.3 | 152.09 | 63.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 200 | 205 | 0.65 | 0.02 | 0 | 0.20 | 182.26 | 0.57 | 0.54 |
| Hex | 48 | C8 | CD | 41 | 2 | 0 | 14 | B6 | 39 | 36 |
| Octal | 110 | 310 | 315 | 101 | 2 | 0 | 24 | 266 | 71 | 66 |
| Binary | 1001000 | 11001000 | 11001101 | 1000001 | 10 | 0 | 10100 | 10110110 | 111001 | 110110 |
Color Harmonies of #48C8CD
Complementary color
Monochromatic Colors of #48C8CD
Black with #48C8CD
Text Example
Text Example
White with #48C8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C8CD; }
p { color: rgb(72,200,205); }
H1.HeaderClassName
{
color: #48C8CD;
}
.AnyTagClassName
{
color: #48C8CD;
}
</style>
background-color css
<style>
a { background-color: #48C8CD; }
a { background-color: rgb(72,200,205); }
div.DivClassName
{
background-color: #48C8CD;
}
.BgClassName
{
background-color: #48C8CD;
}
</style>
border-color css
<style>
span { border-color: #48C8CD; }
span { border-color: rgb(72,200,205); }
td.TdClassName
{
border-color: #48C8CD;
}
.TagClassName
{
border-color: #48C8CD;
}
</style>