Shades of Turquoise #30D2C8
Tints of Turquoise #30D2C8
RGB
CMYK
RGB Variations
Color information
#30D2C8 (or 0x30D2C8) is known color: Turquoise. HEX triplet: 30, D2 and C8. RGB value is (48,210,200). Sum of RGB (Red+Green+Blue) = 48+210+200=458 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.48% from 458); Green value is 210 (82.42% from 255 or 45.85% from 458); Blue value is 200 (78.52% from 255 or 43.67% from 458); Max value from RGB is 210 - color contains mainly: green. Hex color #30D2C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30D2C8 is #CF2D37. Grayscale: #A0A0A0. Windows color (decimal): -13577528 or 13161008. OLE color: 13161008.
HSL color Cylindrical-coordinate representation of color #30D2C8: hue angle of 176.3º 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 #30D2C8 is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 210 | 200 | - |
| CMYK | 0.77 | 0 | 0.05 | 0.18 |
| HSL | 176.3º | 0.64% | 0.51% | - |
| HSV(B) | 176.3º | 0.77% | 0.82% | - |
| XYZ | 34.69 | 50.89 | 62.64 | - |
| YUV | 160.42 | 150.33 | 47.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 210 | 200 | 0.77 | 0 | 0.05 | 0.18 | 176.3 | 0.64 | 0.51 |
| Hex | 30 | D2 | C8 | 4D | 0 | 5 | 12 | B0 | 40 | 33 |
| Octal | 60 | 322 | 310 | 115 | 0 | 5 | 22 | 260 | 100 | 63 |
| Binary | 110000 | 11010010 | 11001000 | 1001101 | 0 | 101 | 10010 | 10110000 | 1000000 | 110011 |
Color Harmonies of #30D2C8
Complementary color
Monochromatic Colors of #30D2C8
Black with #30D2C8
Text Example
Text Example
White with #30D2C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D2C8; }
p { color: rgb(48,210,200); }
H1.HeaderClassName
{
color: #30D2C8;
}
.AnyTagClassName
{
color: #30D2C8;
}
</style>
background-color css
<style>
a { background-color: #30D2C8; }
a { background-color: rgb(48,210,200); }
div.DivClassName
{
background-color: #30D2C8;
}
.BgClassName
{
background-color: #30D2C8;
}
</style>
border-color css
<style>
span { border-color: #30D2C8; }
span { border-color: rgb(48,210,200); }
td.TdClassName
{
border-color: #30D2C8;
}
.TagClassName
{
border-color: #30D2C8;
}
</style>