Shades of Turquoise #30F4DB
Tints of Turquoise #30F4DB
RGB
CMYK
RGB Variations
Color information
#30F4DB (or 0x30F4DB) is known color: Turquoise. HEX triplet: 30, F4 and DB. RGB value is (48,244,219). Sum of RGB (Red+Green+Blue) = 48+244+219=511 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.39% from 511); Green value is 244 (95.70% from 255 or 47.75% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 244 - color contains mainly: green. Hex color #30F4DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30F4DB is #CF0B24. Grayscale: #B6B6B6. Windows color (decimal): -13568805 or 14414896. OLE color: 14414896.
HSL color Cylindrical-coordinate representation of color #30F4DB: hue angle of 172.35º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F4DB is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 48 | 244 | 219 | - |
| CMYK | 0.80 | 0 | 0.10 | 0.04 |
| HSL | 172.35º | 0.9% | 0.57% | - |
| HSV(B) | 172.35º | 0.8% | 0.96% | - |
| XYZ | 46.36 | 70.44 | 78.17 | - |
| YUV | 182.55 | 148.57 | 32.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 244 | 219 | 0.80 | 0 | 0.10 | 0.04 | 172.35 | 0.9 | 0.57 |
| Hex | 30 | F4 | DB | 50 | 0 | A | 4 | AC | 5A | 39 |
| Octal | 60 | 364 | 333 | 120 | 0 | 12 | 4 | 254 | 132 | 71 |
| Binary | 110000 | 11110100 | 11011011 | 1010000 | 0 | 1010 | 100 | 10101100 | 1011010 | 111001 |
Color Harmonies of #30F4DB
Complementary color
Monochromatic Colors of #30F4DB
Black with #30F4DB
Text Example
Text Example
White with #30F4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F4DB; }
p { color: rgb(48,244,219); }
H1.HeaderClassName
{
color: #30F4DB;
}
.AnyTagClassName
{
color: #30F4DB;
}
</style>
background-color css
<style>
a { background-color: #30F4DB; }
a { background-color: rgb(48,244,219); }
div.DivClassName
{
background-color: #30F4DB;
}
.BgClassName
{
background-color: #30F4DB;
}
</style>
border-color css
<style>
span { border-color: #30F4DB; }
span { border-color: rgb(48,244,219); }
td.TdClassName
{
border-color: #30F4DB;
}
.TagClassName
{
border-color: #30F4DB;
}
</style>