Shades of Medium Turquoise #48CFDF
Tints of Medium Turquoise #48CFDF
RGB
CMYK
RGB Variations
Color information
#48CFDF (or 0x48CFDF) is known color: Medium Turquoise. HEX triplet: 48, CF and DF. RGB value is (72,207,223). Sum of RGB (Red+Green+Blue) = 72+207+223=502 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.34% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #48CFDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CFDF is #B73020. Grayscale: #A8A8A8. Windows color (decimal): -12005409 or 14667592. OLE color: 14667592.
HSL color Cylindrical-coordinate representation of color #48CFDF: hue angle of 186.36º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48CFDF is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 207 | 223 | - |
| CMYK | 0.68 | 0.07 | 0 | 0.13 |
| HSL | 186.36º | 0.7% | 0.58% | - |
| HSV(B) | 186.36º | 0.68% | 0.87% | - |
| XYZ | 38.3 | 51.33 | 77.7 | - |
| YUV | 168.46 | 158.77 | 59.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 207 | 223 | 0.68 | 0.07 | 0 | 0.13 | 186.36 | 0.7 | 0.58 |
| Hex | 48 | CF | DF | 44 | 7 | 0 | D | BA | 46 | 3A |
| Octal | 110 | 317 | 337 | 104 | 7 | 0 | 15 | 272 | 106 | 72 |
| Binary | 1001000 | 11001111 | 11011111 | 1000100 | 111 | 0 | 1101 | 10111010 | 1000110 | 111010 |
Color Harmonies of #48CFDF
Complementary color
Monochromatic Colors of #48CFDF
Black with #48CFDF
Text Example
Text Example
White with #48CFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CFDF; }
p { color: rgb(72,207,223); }
H1.HeaderClassName
{
color: #48CFDF;
}
.AnyTagClassName
{
color: #48CFDF;
}
</style>
background-color css
<style>
a { background-color: #48CFDF; }
a { background-color: rgb(72,207,223); }
div.DivClassName
{
background-color: #48CFDF;
}
.BgClassName
{
background-color: #48CFDF;
}
</style>
border-color css
<style>
span { border-color: #48CFDF; }
span { border-color: rgb(72,207,223); }
td.TdClassName
{
border-color: #48CFDF;
}
.TagClassName
{
border-color: #48CFDF;
}
</style>