Shades of Medium Turquoise #48CCDD
Tints of Medium Turquoise #48CCDD
RGB
CMYK
RGB Variations
Color information
#48CCDD (or 0x48CCDD) is known color: Medium Turquoise. HEX triplet: 48, CC and DD. RGB value is (72,204,221). Sum of RGB (Red+Green+Blue) = 72+204+221=497 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.49% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #48CCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CCDD is #B73322. Grayscale: #A6A6A6. Windows color (decimal): -12006179 or 14535752. OLE color: 14535752.
HSL color Cylindrical-coordinate representation of color #48CCDD: hue angle of 186.85º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48CCDD is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 204 | 221 | - |
| CMYK | 0.67 | 0.08 | 0 | 0.13 |
| HSL | 186.85º | 0.69% | 0.57% | - |
| HSV(B) | 186.85º | 0.67% | 0.87% | - |
| XYZ | 37.32 | 49.78 | 76.05 | - |
| YUV | 166.47 | 158.77 | 60.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 204 | 221 | 0.67 | 0.08 | 0 | 0.13 | 186.85 | 0.69 | 0.57 |
| Hex | 48 | CC | DD | 43 | 8 | 0 | D | BB | 45 | 39 |
| Octal | 110 | 314 | 335 | 103 | 10 | 0 | 15 | 273 | 105 | 71 |
| Binary | 1001000 | 11001100 | 11011101 | 1000011 | 1000 | 0 | 1101 | 10111011 | 1000101 | 111001 |
Color Harmonies of #48CCDD
Complementary color
Monochromatic Colors of #48CCDD
Black with #48CCDD
Text Example
Text Example
White with #48CCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CCDD; }
p { color: rgb(72,204,221); }
H1.HeaderClassName
{
color: #48CCDD;
}
.AnyTagClassName
{
color: #48CCDD;
}
</style>
background-color css
<style>
a { background-color: #48CCDD; }
a { background-color: rgb(72,204,221); }
div.DivClassName
{
background-color: #48CCDD;
}
.BgClassName
{
background-color: #48CCDD;
}
</style>
border-color css
<style>
span { border-color: #48CCDD; }
span { border-color: rgb(72,204,221); }
td.TdClassName
{
border-color: #48CCDD;
}
.TagClassName
{
border-color: #48CCDD;
}
</style>