Shades of Turquoise #30D2C6
Tints of Turquoise #30D2C6
RGB
CMYK
RGB Variations
Color information
#30D2C6 (or 0x30D2C6) is known color: Turquoise. HEX triplet: 30, D2 and C6. RGB value is (48,210,198). Sum of RGB (Red+Green+Blue) = 48+210+198=456 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.53% from 456); Green value is 210 (82.42% from 255 or 46.05% from 456); Blue value is 198 (77.73% from 255 or 43.42% from 456); Max value from RGB is 210 - color contains mainly: green. Hex color #30D2C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30D2C6 is #CF2D39. Grayscale: #A0A0A0. Windows color (decimal): -13577530 or 13029936. OLE color: 13029936.
HSL color Cylindrical-coordinate representation of color #30D2C6: hue angle of 175.56º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D2C6 is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 210 | 198 | - |
| CMYK | 0.77 | 0 | 0.06 | 0.18 |
| HSL | 175.56º | 0.64% | 0.51% | - |
| HSV(B) | 175.56º | 0.77% | 0.82% | - |
| XYZ | 34.46 | 50.8 | 61.42 | - |
| YUV | 160.19 | 149.33 | 47.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 210 | 198 | 0.77 | 0 | 0.06 | 0.18 | 175.56 | 0.64 | 0.51 |
| Hex | 30 | D2 | C6 | 4D | 0 | 6 | 12 | B0 | 40 | 33 |
| Octal | 60 | 322 | 306 | 115 | 0 | 6 | 22 | 260 | 100 | 63 |
| Binary | 110000 | 11010010 | 11000110 | 1001101 | 0 | 110 | 10010 | 10110000 | 1000000 | 110011 |
Color Harmonies of #30D2C6
Complementary color
Monochromatic Colors of #30D2C6
Black with #30D2C6
Text Example
Text Example
White with #30D2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D2C6; }
p { color: rgb(48,210,198); }
H1.HeaderClassName
{
color: #30D2C6;
}
.AnyTagClassName
{
color: #30D2C6;
}
</style>
background-color css
<style>
a { background-color: #30D2C6; }
a { background-color: rgb(48,210,198); }
div.DivClassName
{
background-color: #30D2C6;
}
.BgClassName
{
background-color: #30D2C6;
}
</style>
border-color css
<style>
span { border-color: #30D2C6; }
span { border-color: rgb(48,210,198); }
td.TdClassName
{
border-color: #30D2C6;
}
.TagClassName
{
border-color: #30D2C6;
}
</style>