Shades of Turquoise #30E7D9
Tints of Turquoise #30E7D9
RGB
CMYK
RGB Variations
Color information
#30E7D9 (or 0x30E7D9) is known color: Turquoise. HEX triplet: 30, E7 and D9. RGB value is (48,231,217). Sum of RGB (Red+Green+Blue) = 48+231+217=496 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.68% from 496); Green value is 231 (90.62% from 255 or 46.57% from 496); Blue value is 217 (85.16% from 255 or 43.75% from 496); Max value from RGB is 231 - color contains mainly: green. Hex color #30E7D9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30E7D9 is #CF1826. Grayscale: #AEAEAE. Windows color (decimal): -13572135 or 14280496. OLE color: 14280496.
HSL color Cylindrical-coordinate representation of color #30E7D9: hue angle of 175.41º 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 #30E7D9 is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 48 | 231 | 217 | - |
| CMYK | 0.79 | 0 | 0.06 | 0.09 |
| HSL | 175.41º | 0.79% | 0.55% | - |
| HSV(B) | 175.41º | 0.79% | 0.91% | - |
| XYZ | 42.32 | 62.79 | 75.53 | - |
| YUV | 174.69 | 151.87 | 37.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 231 | 217 | 0.79 | 0 | 0.06 | 0.09 | 175.41 | 0.79 | 0.55 |
| Hex | 30 | E7 | D9 | 4F | 0 | 6 | 9 | AF | 4F | 37 |
| Octal | 60 | 347 | 331 | 117 | 0 | 6 | 11 | 257 | 117 | 67 |
| Binary | 110000 | 11100111 | 11011001 | 1001111 | 0 | 110 | 1001 | 10101111 | 1001111 | 110111 |
Color Harmonies of #30E7D9
Complementary color
Monochromatic Colors of #30E7D9
Black with #30E7D9
Text Example
Text Example
White with #30E7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E7D9; }
p { color: rgb(48,231,217); }
H1.HeaderClassName
{
color: #30E7D9;
}
.AnyTagClassName
{
color: #30E7D9;
}
</style>
background-color css
<style>
a { background-color: #30E7D9; }
a { background-color: rgb(48,231,217); }
div.DivClassName
{
background-color: #30E7D9;
}
.BgClassName
{
background-color: #30E7D9;
}
</style>
border-color css
<style>
span { border-color: #30E7D9; }
span { border-color: rgb(48,231,217); }
td.TdClassName
{
border-color: #30E7D9;
}
.TagClassName
{
border-color: #30E7D9;
}
</style>