Shades of Turquoise #48DED2
Tints of Turquoise #48DED2
RGB
CMYK
RGB Variations
Color information
#48DED2 (or 0x48DED2) is known color: Turquoise. HEX triplet: 48, DE and D2. RGB value is (72,222,210). Sum of RGB (Red+Green+Blue) = 72+222+210=504 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.29% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 210 (82.42% from 255 or 41.67% from 504); Max value from RGB is 222 - color contains mainly: green. Hex color #48DED2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DED2 is #B7212D. Grayscale: #AFAFAF. Windows color (decimal): -12001582 or 13819464. OLE color: 13819464.
HSL color Cylindrical-coordinate representation of color #48DED2: hue angle of 175.2º 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 #48DED2 is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 222 | 210 | - |
| CMYK | 0.68 | 0 | 0.05 | 0.13 |
| HSL | 175.2º | 0.69% | 0.58% | - |
| HSV(B) | 175.2º | 0.68% | 0.87% | - |
| XYZ | 40.43 | 58.27 | 70.09 | - |
| YUV | 175.78 | 147.31 | 53.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 222 | 210 | 0.68 | 0 | 0.05 | 0.13 | 175.2 | 0.69 | 0.58 |
| Hex | 48 | DE | D2 | 44 | 0 | 5 | D | AF | 45 | 3A |
| Octal | 110 | 336 | 322 | 104 | 0 | 5 | 15 | 257 | 105 | 72 |
| Binary | 1001000 | 11011110 | 11010010 | 1000100 | 0 | 101 | 1101 | 10101111 | 1000101 | 111010 |
Color Harmonies of #48DED2
Complementary color
Monochromatic Colors of #48DED2
Black with #48DED2
Text Example
Text Example
White with #48DED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DED2; }
p { color: rgb(72,222,210); }
H1.HeaderClassName
{
color: #48DED2;
}
.AnyTagClassName
{
color: #48DED2;
}
</style>
background-color css
<style>
a { background-color: #48DED2; }
a { background-color: rgb(72,222,210); }
div.DivClassName
{
background-color: #48DED2;
}
.BgClassName
{
background-color: #48DED2;
}
</style>
border-color css
<style>
span { border-color: #48DED2; }
span { border-color: rgb(72,222,210); }
td.TdClassName
{
border-color: #48DED2;
}
.TagClassName
{
border-color: #48DED2;
}
</style>