Shades of Medium Turquoise #48CCD0
Tints of Medium Turquoise #48CCD0
RGB
CMYK
RGB Variations
Color information
#48CCD0 (or 0x48CCD0) is known color: Medium Turquoise. HEX triplet: 48, CC and D0. RGB value is (72,204,208). Sum of RGB (Red+Green+Blue) = 72+204+208=484 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.88% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 208 (81.64% from 255 or 42.98% from 484); Max value from RGB is 208 - color contains mainly: blue. Hex color #48CCD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CCD0 is #B7332F. Grayscale: #A4A4A4. Windows color (decimal): -12006192 or 13683784. OLE color: 13683784.
HSL color Cylindrical-coordinate representation of color #48CCD0: hue angle of 181.76º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CCD0 is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 204 | 208 | - |
| CMYK | 0.65 | 0.02 | 0 | 0.18 |
| HSL | 181.76º | 0.59% | 0.55% | - |
| HSV(B) | 181.76º | 0.65% | 0.82% | - |
| XYZ | 35.65 | 49.12 | 67.28 | - |
| YUV | 164.99 | 152.27 | 61.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 204 | 208 | 0.65 | 0.02 | 0 | 0.18 | 181.76 | 0.59 | 0.55 |
| Hex | 48 | CC | D0 | 41 | 2 | 0 | 12 | B6 | 3B | 37 |
| Octal | 110 | 314 | 320 | 101 | 2 | 0 | 22 | 266 | 73 | 67 |
| Binary | 1001000 | 11001100 | 11010000 | 1000001 | 10 | 0 | 10010 | 10110110 | 111011 | 110111 |
Color Harmonies of #48CCD0
Complementary color
Monochromatic Colors of #48CCD0
Black with #48CCD0
Text Example
Text Example
White with #48CCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CCD0; }
p { color: rgb(72,204,208); }
H1.HeaderClassName
{
color: #48CCD0;
}
.AnyTagClassName
{
color: #48CCD0;
}
</style>
background-color css
<style>
a { background-color: #48CCD0; }
a { background-color: rgb(72,204,208); }
div.DivClassName
{
background-color: #48CCD0;
}
.BgClassName
{
background-color: #48CCD0;
}
</style>
border-color css
<style>
span { border-color: #48CCD0; }
span { border-color: rgb(72,204,208); }
td.TdClassName
{
border-color: #48CCD0;
}
.TagClassName
{
border-color: #48CCD0;
}
</style>