Shades of Medium Turquoise #48CFDE
Tints of Medium Turquoise #48CFDE
RGB
CMYK
RGB Variations
Color information
#48CFDE (or 0x48CFDE) is known color: Medium Turquoise. HEX triplet: 48, CF and DE. RGB value is (72,207,222). Sum of RGB (Red+Green+Blue) = 72+207+222=501 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.37% from 501); Green value is 207 (81.25% from 255 or 41.32% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 222 - color contains mainly: blue. Hex color #48CFDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CFDE is #B73021. Grayscale: #A8A8A8. Windows color (decimal): -12005410 or 14602056. OLE color: 14602056.
HSL color Cylindrical-coordinate representation of color #48CFDE: hue angle of 186º degrees, saturation: 0.69, 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 #48CFDE is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 207 | 222 | - |
| CMYK | 0.68 | 0.07 | 0 | 0.13 |
| HSL | 186º | 0.69% | 0.58% | - |
| HSV(B) | 186º | 0.68% | 0.87% | - |
| XYZ | 38.17 | 51.28 | 76.99 | - |
| YUV | 168.35 | 158.27 | 59.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 207 | 222 | 0.68 | 0.07 | 0 | 0.13 | 186 | 0.69 | 0.58 |
| Hex | 48 | CF | DE | 44 | 7 | 0 | D | BA | 45 | 3A |
| Octal | 110 | 317 | 336 | 104 | 7 | 0 | 15 | 272 | 105 | 72 |
| Binary | 1001000 | 11001111 | 11011110 | 1000100 | 111 | 0 | 1101 | 10111010 | 1000101 | 111010 |
Color Harmonies of #48CFDE
Complementary color
Monochromatic Colors of #48CFDE
Black with #48CFDE
Text Example
Text Example
White with #48CFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CFDE; }
p { color: rgb(72,207,222); }
H1.HeaderClassName
{
color: #48CFDE;
}
.AnyTagClassName
{
color: #48CFDE;
}
</style>
background-color css
<style>
a { background-color: #48CFDE; }
a { background-color: rgb(72,207,222); }
div.DivClassName
{
background-color: #48CFDE;
}
.BgClassName
{
background-color: #48CFDE;
}
</style>
border-color css
<style>
span { border-color: #48CFDE; }
span { border-color: rgb(72,207,222); }
td.TdClassName
{
border-color: #48CFDE;
}
.TagClassName
{
border-color: #48CFDE;
}
</style>