Shades of Turquoise #30D6D5
Tints of Turquoise #30D6D5
RGB
CMYK
RGB Variations
Color information
#30D6D5 (or 0x30D6D5) is known color: Turquoise. HEX triplet: 30, D6 and D5. RGB value is (48,214,213). Sum of RGB (Red+Green+Blue) = 48+214+213=475 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.11% from 475); Green value is 214 (83.98% from 255 or 45.05% from 475); Blue value is 213 (83.59% from 255 or 44.84% from 475); Max value from RGB is 214 - color contains mainly: green. Hex color #30D6D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30D6D5 is #CF292A. Grayscale: #A4A4A4. Windows color (decimal): -13576491 or 14014000. OLE color: 14014000.
HSL color Cylindrical-coordinate representation of color #30D6D5: hue angle of 179.64º 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 #30D6D5 is Cyan = 0.78, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 214 | 213 | - |
| CMYK | 0.78 | 0 | 0.00 | 0.16 |
| HSL | 179.64º | 0.67% | 0.51% | - |
| HSV(B) | 179.64º | 0.78% | 0.84% | - |
| XYZ | 37.28 | 53.53 | 71.32 | - |
| YUV | 164.25 | 155.5 | 45.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 214 | 213 | 0.78 | 0 | 0.00 | 0.16 | 179.64 | 0.67 | 0.51 |
| Hex | 30 | D6 | D5 | 4E | 0 | 0 | 10 | B4 | 43 | 33 |
| Octal | 60 | 326 | 325 | 116 | 0 | 0 | 20 | 264 | 103 | 63 |
| Binary | 110000 | 11010110 | 11010101 | 1001110 | 0 | 0 | 10000 | 10110100 | 1000011 | 110011 |
Color Harmonies of #30D6D5
Complementary color
Monochromatic Colors of #30D6D5
Black with #30D6D5
Text Example
Text Example
White with #30D6D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D6D5; }
p { color: rgb(48,214,213); }
H1.HeaderClassName
{
color: #30D6D5;
}
.AnyTagClassName
{
color: #30D6D5;
}
</style>
background-color css
<style>
a { background-color: #30D6D5; }
a { background-color: rgb(48,214,213); }
div.DivClassName
{
background-color: #30D6D5;
}
.BgClassName
{
background-color: #30D6D5;
}
</style>
border-color css
<style>
span { border-color: #30D6D5; }
span { border-color: rgb(48,214,213); }
td.TdClassName
{
border-color: #30D6D5;
}
.TagClassName
{
border-color: #30D6D5;
}
</style>