Shades of Turquoise #30E4DB
Tints of Turquoise #30E4DB
RGB
CMYK
RGB Variations
Color information
#30E4DB (or 0x30E4DB) is known color: Turquoise. HEX triplet: 30, E4 and DB. RGB value is (48,228,219). Sum of RGB (Red+Green+Blue) = 48+228+219=495 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.70% from 495); Green value is 228 (89.45% from 255 or 46.06% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 228 - color contains mainly: green. Hex color #30E4DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30E4DB is #CF1B24. Grayscale: #ADADAD. Windows color (decimal): -13572901 or 14410800. OLE color: 14410800.
HSL color Cylindrical-coordinate representation of color #30E4DB: hue angle of 177º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E4DB is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 48 | 228 | 219 | - |
| CMYK | 0.79 | 0 | 0.04 | 0.11 |
| HSL | 177º | 0.77% | 0.54% | - |
| HSV(B) | 177º | 0.79% | 0.89% | - |
| XYZ | 41.75 | 61.23 | 76.64 | - |
| YUV | 173.15 | 153.87 | 38.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 228 | 219 | 0.79 | 0 | 0.04 | 0.11 | 177 | 0.77 | 0.54 |
| Hex | 30 | E4 | DB | 4F | 0 | 4 | B | B1 | 4D | 36 |
| Octal | 60 | 344 | 333 | 117 | 0 | 4 | 13 | 261 | 115 | 66 |
| Binary | 110000 | 11100100 | 11011011 | 1001111 | 0 | 100 | 1011 | 10110001 | 1001101 | 110110 |
Color Harmonies of #30E4DB
Complementary color
Monochromatic Colors of #30E4DB
Black with #30E4DB
Text Example
Text Example
White with #30E4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E4DB; }
p { color: rgb(48,228,219); }
H1.HeaderClassName
{
color: #30E4DB;
}
.AnyTagClassName
{
color: #30E4DB;
}
</style>
background-color css
<style>
a { background-color: #30E4DB; }
a { background-color: rgb(48,228,219); }
div.DivClassName
{
background-color: #30E4DB;
}
.BgClassName
{
background-color: #30E4DB;
}
</style>
border-color css
<style>
span { border-color: #30E4DB; }
span { border-color: rgb(48,228,219); }
td.TdClassName
{
border-color: #30E4DB;
}
.TagClassName
{
border-color: #30E4DB;
}
</style>