Shades of Turquoise #30D7B9
Tints of Turquoise #30D7B9
RGB
CMYK
RGB Variations
Color information
#30D7B9 (or 0x30D7B9) is known color: Turquoise. HEX triplet: 30, D7 and B9. RGB value is (48,215,185). Sum of RGB (Red+Green+Blue) = 48+215+185=448 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.71% from 448); Green value is 215 (84.38% from 255 or 47.99% from 448); Blue value is 185 (72.66% from 255 or 41.29% from 448); Max value from RGB is 215 - color contains mainly: green. Hex color #30D7B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30D7B9 is #CF2846. Grayscale: #A1A1A1. Windows color (decimal): -13576263 or 12179248. OLE color: 12179248.
HSL color Cylindrical-coordinate representation of color #30D7B9: hue angle of 169.22º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D7B9 is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 215 | 185 | - |
| CMYK | 0.78 | 0 | 0.14 | 0.16 |
| HSL | 169.22º | 0.68% | 0.52% | - |
| HSV(B) | 169.22º | 0.78% | 0.84% | - |
| XYZ | 34.28 | 52.73 | 54.27 | - |
| YUV | 161.65 | 141.17 | 46.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 215 | 185 | 0.78 | 0 | 0.14 | 0.16 | 169.22 | 0.68 | 0.52 |
| Hex | 30 | D7 | B9 | 4E | 0 | E | 10 | A9 | 44 | 34 |
| Octal | 60 | 327 | 271 | 116 | 0 | 16 | 20 | 251 | 104 | 64 |
| Binary | 110000 | 11010111 | 10111001 | 1001110 | 0 | 1110 | 10000 | 10101001 | 1000100 | 110100 |
Color Harmonies of #30D7B9
Complementary color
Monochromatic Colors of #30D7B9
Black with #30D7B9
Text Example
Text Example
White with #30D7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D7B9; }
p { color: rgb(48,215,185); }
H1.HeaderClassName
{
color: #30D7B9;
}
.AnyTagClassName
{
color: #30D7B9;
}
</style>
background-color css
<style>
a { background-color: #30D7B9; }
a { background-color: rgb(48,215,185); }
div.DivClassName
{
background-color: #30D7B9;
}
.BgClassName
{
background-color: #30D7B9;
}
</style>
border-color css
<style>
span { border-color: #30D7B9; }
span { border-color: rgb(48,215,185); }
td.TdClassName
{
border-color: #30D7B9;
}
.TagClassName
{
border-color: #30D7B9;
}
</style>