Shades of Turquoise #30D6B7
Tints of Turquoise #30D6B7
RGB
CMYK
RGB Variations
Color information
#30D6B7 (or 0x30D6B7) is known color: Turquoise. HEX triplet: 30, D6 and B7. RGB value is (48,214,183). Sum of RGB (Red+Green+Blue) = 48+214+183=445 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.79% from 445); Green value is 214 (83.98% from 255 or 48.09% from 445); Blue value is 183 (71.88% from 255 or 41.12% from 445); Max value from RGB is 214 - color contains mainly: green. Hex color #30D6B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30D6B7 is #CF2948. Grayscale: #A0A0A0. Windows color (decimal): -13576521 or 12047920. OLE color: 12047920.
HSL color Cylindrical-coordinate representation of color #30D6B7: hue angle of 168.8º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D6B7 is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 214 | 183 | - |
| CMYK | 0.78 | 0 | 0.14 | 0.16 |
| HSL | 168.8º | 0.67% | 0.51% | - |
| HSV(B) | 168.8º | 0.78% | 0.84% | - |
| XYZ | 33.81 | 52.14 | 53.08 | - |
| YUV | 160.83 | 140.5 | 47.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 214 | 183 | 0.78 | 0 | 0.14 | 0.16 | 168.8 | 0.67 | 0.51 |
| Hex | 30 | D6 | B7 | 4E | 0 | E | 10 | A9 | 43 | 33 |
| Octal | 60 | 326 | 267 | 116 | 0 | 16 | 20 | 251 | 103 | 63 |
| Binary | 110000 | 11010110 | 10110111 | 1001110 | 0 | 1110 | 10000 | 10101001 | 1000011 | 110011 |
Color Harmonies of #30D6B7
Complementary color
Monochromatic Colors of #30D6B7
Black with #30D6B7
Text Example
Text Example
White with #30D6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D6B7; }
p { color: rgb(48,214,183); }
H1.HeaderClassName
{
color: #30D6B7;
}
.AnyTagClassName
{
color: #30D6B7;
}
</style>
background-color css
<style>
a { background-color: #30D6B7; }
a { background-color: rgb(48,214,183); }
div.DivClassName
{
background-color: #30D6B7;
}
.BgClassName
{
background-color: #30D6B7;
}
</style>
border-color css
<style>
span { border-color: #30D6B7; }
span { border-color: rgb(48,214,183); }
td.TdClassName
{
border-color: #30D6B7;
}
.TagClassName
{
border-color: #30D6B7;
}
</style>