Shades of Turquoise #30E7DB
Tints of Turquoise #30E7DB
RGB
CMYK
RGB Variations
Color information
#30E7DB (or 0x30E7DB) is known color: Turquoise. HEX triplet: 30, E7 and DB. RGB value is (48,231,219). Sum of RGB (Red+Green+Blue) = 48+231+219=498 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.64% from 498); Green value is 231 (90.62% from 255 or 46.39% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 231 - color contains mainly: green. Hex color #30E7DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30E7DB is #CF1824. Grayscale: #AEAEAE. Windows color (decimal): -13572133 or 14411568. OLE color: 14411568.
HSL color Cylindrical-coordinate representation of color #30E7DB: hue angle of 176.07º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E7DB is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 48 | 231 | 219 | - |
| CMYK | 0.79 | 0 | 0.05 | 0.09 |
| HSL | 176.07º | 0.79% | 0.55% | - |
| HSV(B) | 176.07º | 0.79% | 0.91% | - |
| XYZ | 42.58 | 62.89 | 76.91 | - |
| YUV | 174.92 | 152.87 | 37.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 231 | 219 | 0.79 | 0 | 0.05 | 0.09 | 176.07 | 0.79 | 0.55 |
| Hex | 30 | E7 | DB | 4F | 0 | 5 | 9 | B0 | 4F | 37 |
| Octal | 60 | 347 | 333 | 117 | 0 | 5 | 11 | 260 | 117 | 67 |
| Binary | 110000 | 11100111 | 11011011 | 1001111 | 0 | 101 | 1001 | 10110000 | 1001111 | 110111 |
Color Harmonies of #30E7DB
Complementary color
Monochromatic Colors of #30E7DB
Black with #30E7DB
Text Example
Text Example
White with #30E7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E7DB; }
p { color: rgb(48,231,219); }
H1.HeaderClassName
{
color: #30E7DB;
}
.AnyTagClassName
{
color: #30E7DB;
}
</style>
background-color css
<style>
a { background-color: #30E7DB; }
a { background-color: rgb(48,231,219); }
div.DivClassName
{
background-color: #30E7DB;
}
.BgClassName
{
background-color: #30E7DB;
}
</style>
border-color css
<style>
span { border-color: #30E7DB; }
span { border-color: rgb(48,231,219); }
td.TdClassName
{
border-color: #30E7DB;
}
.TagClassName
{
border-color: #30E7DB;
}
</style>