Shades of Medium Turquoise #48CFDD
Tints of Medium Turquoise #48CFDD
RGB
CMYK
RGB Variations
Color information
#48CFDD (or 0x48CFDD) is known color: Medium Turquoise. HEX triplet: 48, CF and DD. RGB value is (72,207,221). Sum of RGB (Red+Green+Blue) = 72+207+221=500 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.4% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #48CFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CFDD is #B73022. Grayscale: #A8A8A8. Windows color (decimal): -12005411 or 14536520. OLE color: 14536520.
HSL color Cylindrical-coordinate representation of color #48CFDD: hue angle of 185.64º 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 #48CFDD is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 207 | 221 | - |
| CMYK | 0.67 | 0.06 | 0 | 0.13 |
| HSL | 185.64º | 0.69% | 0.57% | - |
| HSV(B) | 185.64º | 0.67% | 0.87% | - |
| XYZ | 38.04 | 51.22 | 76.29 | - |
| YUV | 168.23 | 157.77 | 59.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 207 | 221 | 0.67 | 0.06 | 0 | 0.13 | 185.64 | 0.69 | 0.57 |
| Hex | 48 | CF | DD | 43 | 6 | 0 | D | BA | 45 | 39 |
| Octal | 110 | 317 | 335 | 103 | 6 | 0 | 15 | 272 | 105 | 71 |
| Binary | 1001000 | 11001111 | 11011101 | 1000011 | 110 | 0 | 1101 | 10111010 | 1000101 | 111001 |
Color Harmonies of #48CFDD
Complementary color
Monochromatic Colors of #48CFDD
Black with #48CFDD
Text Example
Text Example
White with #48CFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CFDD; }
p { color: rgb(72,207,221); }
H1.HeaderClassName
{
color: #48CFDD;
}
.AnyTagClassName
{
color: #48CFDD;
}
</style>
background-color css
<style>
a { background-color: #48CFDD; }
a { background-color: rgb(72,207,221); }
div.DivClassName
{
background-color: #48CFDD;
}
.BgClassName
{
background-color: #48CFDD;
}
</style>
border-color css
<style>
span { border-color: #48CFDD; }
span { border-color: rgb(72,207,221); }
td.TdClassName
{
border-color: #48CFDD;
}
.TagClassName
{
border-color: #48CFDD;
}
</style>