Shades of Turquoise #30DCB9
Tints of Turquoise #30DCB9
RGB
CMYK
RGB Variations
Color information
#30DCB9 (or 0x30DCB9) is known color: Turquoise. HEX triplet: 30, DC and B9. RGB value is (48,220,185). Sum of RGB (Red+Green+Blue) = 48+220+185=453 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.60% from 453); Green value is 220 (86.33% from 255 or 48.57% from 453); Blue value is 185 (72.66% from 255 or 40.84% from 453); Max value from RGB is 220 - color contains mainly: green. Hex color #30DCB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30DCB9 is #CF2346. Grayscale: #A4A4A4. Windows color (decimal): -13574983 or 12180528. OLE color: 12180528.
HSL color Cylindrical-coordinate representation of color #30DCB9: hue angle of 167.79º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30DCB9 is Cyan = 0.78, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 220 | 185 | - |
| CMYK | 0.78 | 0 | 0.16 | 0.14 |
| HSL | 167.79º | 0.71% | 0.53% | - |
| HSV(B) | 167.79º | 0.78% | 0.86% | - |
| XYZ | 35.57 | 55.32 | 54.7 | - |
| YUV | 164.58 | 139.52 | 44.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 220 | 185 | 0.78 | 0 | 0.16 | 0.14 | 167.79 | 0.71 | 0.53 |
| Hex | 30 | DC | B9 | 4E | 0 | 10 | E | A8 | 47 | 35 |
| Octal | 60 | 334 | 271 | 116 | 0 | 20 | 16 | 250 | 107 | 65 |
| Binary | 110000 | 11011100 | 10111001 | 1001110 | 0 | 10000 | 1110 | 10101000 | 1000111 | 110101 |
Color Harmonies of #30DCB9
Complementary color
Monochromatic Colors of #30DCB9
Black with #30DCB9
Text Example
Text Example
White with #30DCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DCB9; }
p { color: rgb(48,220,185); }
H1.HeaderClassName
{
color: #30DCB9;
}
.AnyTagClassName
{
color: #30DCB9;
}
</style>
background-color css
<style>
a { background-color: #30DCB9; }
a { background-color: rgb(48,220,185); }
div.DivClassName
{
background-color: #30DCB9;
}
.BgClassName
{
background-color: #30DCB9;
}
</style>
border-color css
<style>
span { border-color: #30DCB9; }
span { border-color: rgb(48,220,185); }
td.TdClassName
{
border-color: #30DCB9;
}
.TagClassName
{
border-color: #30DCB9;
}
</style>