Shades of Turquoise #30E8DB
Tints of Turquoise #30E8DB
RGB
CMYK
RGB Variations
Color information
#30E8DB (or 0x30E8DB) is known color: Turquoise. HEX triplet: 30, E8 and DB. RGB value is (48,232,219). Sum of RGB (Red+Green+Blue) = 48+232+219=499 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.62% from 499); Green value is 232 (91.02% from 255 or 46.49% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 232 - color contains mainly: green. Hex color #30E8DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30E8DB is #CF1724. Grayscale: #AFAFAF. Windows color (decimal): -13571877 or 14411824. OLE color: 14411824.
HSL color Cylindrical-coordinate representation of color #30E8DB: hue angle of 175.76º degrees, saturation: 0.8, 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 #30E8DB is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 48 | 232 | 219 | - |
| CMYK | 0.79 | 0 | 0.06 | 0.09 |
| HSL | 175.76º | 0.8% | 0.55% | - |
| HSV(B) | 175.76º | 0.79% | 0.91% | - |
| XYZ | 42.86 | 63.46 | 77.01 | - |
| YUV | 175.5 | 152.54 | 37.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 232 | 219 | 0.79 | 0 | 0.06 | 0.09 | 175.76 | 0.8 | 0.55 |
| Hex | 30 | E8 | DB | 4F | 0 | 6 | 9 | B0 | 50 | 37 |
| Octal | 60 | 350 | 333 | 117 | 0 | 6 | 11 | 260 | 120 | 67 |
| Binary | 110000 | 11101000 | 11011011 | 1001111 | 0 | 110 | 1001 | 10110000 | 1010000 | 110111 |
Color Harmonies of #30E8DB
Complementary color
Monochromatic Colors of #30E8DB
Black with #30E8DB
Text Example
Text Example
White with #30E8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E8DB; }
p { color: rgb(48,232,219); }
H1.HeaderClassName
{
color: #30E8DB;
}
.AnyTagClassName
{
color: #30E8DB;
}
</style>
background-color css
<style>
a { background-color: #30E8DB; }
a { background-color: rgb(48,232,219); }
div.DivClassName
{
background-color: #30E8DB;
}
.BgClassName
{
background-color: #30E8DB;
}
</style>
border-color css
<style>
span { border-color: #30E8DB; }
span { border-color: rgb(48,232,219); }
td.TdClassName
{
border-color: #30E8DB;
}
.TagClassName
{
border-color: #30E8DB;
}
</style>