Shades of Turquoise #30D7C1
Tints of Turquoise #30D7C1
RGB
CMYK
RGB Variations
Color information
#30D7C1 (or 0x30D7C1) is known color: Turquoise. HEX triplet: 30, D7 and C1. RGB value is (48,215,193). Sum of RGB (Red+Green+Blue) = 48+215+193=456 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.53% from 456); Green value is 215 (84.38% from 255 or 47.15% from 456); Blue value is 193 (75.78% from 255 or 42.32% from 456); Max value from RGB is 215 - color contains mainly: green. Hex color #30D7C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30D7C1 is #CF283E. Grayscale: #A2A2A2. Windows color (decimal): -13576255 or 12703536. OLE color: 12703536.
HSL color Cylindrical-coordinate representation of color #30D7C1: hue angle of 172.1º 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 #30D7C1 is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 215 | 193 | - |
| CMYK | 0.78 | 0 | 0.10 | 0.16 |
| HSL | 172.1º | 0.68% | 0.52% | - |
| HSV(B) | 172.1º | 0.78% | 0.84% | - |
| XYZ | 35.15 | 53.08 | 58.85 | - |
| YUV | 162.56 | 145.17 | 46.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 215 | 193 | 0.78 | 0 | 0.10 | 0.16 | 172.1 | 0.68 | 0.52 |
| Hex | 30 | D7 | C1 | 4E | 0 | A | 10 | AC | 44 | 34 |
| Octal | 60 | 327 | 301 | 116 | 0 | 12 | 20 | 254 | 104 | 64 |
| Binary | 110000 | 11010111 | 11000001 | 1001110 | 0 | 1010 | 10000 | 10101100 | 1000100 | 110100 |
Color Harmonies of #30D7C1
Complementary color
Monochromatic Colors of #30D7C1
Black with #30D7C1
Text Example
Text Example
White with #30D7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D7C1; }
p { color: rgb(48,215,193); }
H1.HeaderClassName
{
color: #30D7C1;
}
.AnyTagClassName
{
color: #30D7C1;
}
</style>
background-color css
<style>
a { background-color: #30D7C1; }
a { background-color: rgb(48,215,193); }
div.DivClassName
{
background-color: #30D7C1;
}
.BgClassName
{
background-color: #30D7C1;
}
</style>
border-color css
<style>
span { border-color: #30D7C1; }
span { border-color: rgb(48,215,193); }
td.TdClassName
{
border-color: #30D7C1;
}
.TagClassName
{
border-color: #30D7C1;
}
</style>