Shades of Medium Turquoise #48CFDA
Tints of Medium Turquoise #48CFDA
RGB
CMYK
RGB Variations
Color information
#48CFDA (or 0x48CFDA) is known color: Medium Turquoise. HEX triplet: 48, CF and DA. RGB value is (72,207,218). Sum of RGB (Red+Green+Blue) = 72+207+218=497 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.49% from 497); Green value is 207 (81.25% from 255 or 41.65% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #48CFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CFDA is #B73025. Grayscale: #A7A7A7. Windows color (decimal): -12005414 or 14339912. OLE color: 14339912.
HSL color Cylindrical-coordinate representation of color #48CFDA: hue angle of 184.52º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48CFDA is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 207 | 218 | - |
| CMYK | 0.67 | 0.05 | 0 | 0.15 |
| HSL | 184.52º | 0.66% | 0.57% | - |
| HSV(B) | 184.52º | 0.67% | 0.85% | - |
| XYZ | 37.64 | 51.07 | 74.2 | - |
| YUV | 167.89 | 156.27 | 59.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 207 | 218 | 0.67 | 0.05 | 0 | 0.15 | 184.52 | 0.66 | 0.57 |
| Hex | 48 | CF | DA | 43 | 5 | 0 | F | B9 | 42 | 39 |
| Octal | 110 | 317 | 332 | 103 | 5 | 0 | 17 | 271 | 102 | 71 |
| Binary | 1001000 | 11001111 | 11011010 | 1000011 | 101 | 0 | 1111 | 10111001 | 1000010 | 111001 |
Color Harmonies of #48CFDA
Complementary color
Monochromatic Colors of #48CFDA
Black with #48CFDA
Text Example
Text Example
White with #48CFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CFDA; }
p { color: rgb(72,207,218); }
H1.HeaderClassName
{
color: #48CFDA;
}
.AnyTagClassName
{
color: #48CFDA;
}
</style>
background-color css
<style>
a { background-color: #48CFDA; }
a { background-color: rgb(72,207,218); }
div.DivClassName
{
background-color: #48CFDA;
}
.BgClassName
{
background-color: #48CFDA;
}
</style>
border-color css
<style>
span { border-color: #48CFDA; }
span { border-color: rgb(72,207,218); }
td.TdClassName
{
border-color: #48CFDA;
}
.TagClassName
{
border-color: #48CFDA;
}
</style>