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