Shades of Medium Turquoise #48CCDF
Tints of Medium Turquoise #48CCDF
RGB
CMYK
RGB Variations
Color information
#48CCDF (or 0x48CCDF) is known color: Medium Turquoise. HEX triplet: 48, CC and DF. RGB value is (72,204,223). Sum of RGB (Red+Green+Blue) = 72+204+223=499 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.43% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #48CCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CCDF is #B73320. Grayscale: #A6A6A6. Windows color (decimal): -12006177 or 14666824. OLE color: 14666824.
HSL color Cylindrical-coordinate representation of color #48CCDF: hue angle of 187.55º 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 #48CCDF is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 204 | 223 | - |
| CMYK | 0.68 | 0.09 | 0 | 0.13 |
| HSL | 187.55º | 0.7% | 0.58% | - |
| HSV(B) | 187.55º | 0.68% | 0.87% | - |
| XYZ | 37.58 | 49.89 | 77.46 | - |
| YUV | 166.7 | 159.77 | 60.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 204 | 223 | 0.68 | 0.09 | 0 | 0.13 | 187.55 | 0.7 | 0.58 |
| Hex | 48 | CC | DF | 44 | 9 | 0 | D | BC | 46 | 3A |
| Octal | 110 | 314 | 337 | 104 | 11 | 0 | 15 | 274 | 106 | 72 |
| Binary | 1001000 | 11001100 | 11011111 | 1000100 | 1001 | 0 | 1101 | 10111100 | 1000110 | 111010 |
Color Harmonies of #48CCDF
Complementary color
Monochromatic Colors of #48CCDF
Black with #48CCDF
Text Example
Text Example
White with #48CCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CCDF; }
p { color: rgb(72,204,223); }
H1.HeaderClassName
{
color: #48CCDF;
}
.AnyTagClassName
{
color: #48CCDF;
}
</style>
background-color css
<style>
a { background-color: #48CCDF; }
a { background-color: rgb(72,204,223); }
div.DivClassName
{
background-color: #48CCDF;
}
.BgClassName
{
background-color: #48CCDF;
}
</style>
border-color css
<style>
span { border-color: #48CCDF; }
span { border-color: rgb(72,204,223); }
td.TdClassName
{
border-color: #48CCDF;
}
.TagClassName
{
border-color: #48CCDF;
}
</style>