Shades of Turquoise #30DDBD
Tints of Turquoise #30DDBD
RGB
CMYK
RGB Variations
Color information
#30DDBD (or 0x30DDBD) is known color: Turquoise. HEX triplet: 30, DD and BD. RGB value is (48,221,189). Sum of RGB (Red+Green+Blue) = 48+221+189=458 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.48% from 458); Green value is 221 (86.72% from 255 or 48.25% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 221 - color contains mainly: green. Hex color #30DDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30DDBD is #CF2242. Grayscale: #A5A5A5. Windows color (decimal): -13574723 or 12442928. OLE color: 12442928.
HSL color Cylindrical-coordinate representation of color #30DDBD: hue angle of 168.9º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30DDBD is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 221 | 189 | - |
| CMYK | 0.78 | 0 | 0.14 | 0.13 |
| HSL | 168.9º | 0.72% | 0.53% | - |
| HSV(B) | 168.9º | 0.78% | 0.87% | - |
| XYZ | 36.26 | 56.02 | 57.05 | - |
| YUV | 165.63 | 141.19 | 44.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 221 | 189 | 0.78 | 0 | 0.14 | 0.13 | 168.9 | 0.72 | 0.53 |
| Hex | 30 | DD | BD | 4E | 0 | E | D | A9 | 48 | 35 |
| Octal | 60 | 335 | 275 | 116 | 0 | 16 | 15 | 251 | 110 | 65 |
| Binary | 110000 | 11011101 | 10111101 | 1001110 | 0 | 1110 | 1101 | 10101001 | 1001000 | 110101 |
Color Harmonies of #30DDBD
Complementary color
Monochromatic Colors of #30DDBD
Black with #30DDBD
Text Example
Text Example
White with #30DDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DDBD; }
p { color: rgb(48,221,189); }
H1.HeaderClassName
{
color: #30DDBD;
}
.AnyTagClassName
{
color: #30DDBD;
}
</style>
background-color css
<style>
a { background-color: #30DDBD; }
a { background-color: rgb(48,221,189); }
div.DivClassName
{
background-color: #30DDBD;
}
.BgClassName
{
background-color: #30DDBD;
}
</style>
border-color css
<style>
span { border-color: #30DDBD; }
span { border-color: rgb(48,221,189); }
td.TdClassName
{
border-color: #30DDBD;
}
.TagClassName
{
border-color: #30DDBD;
}
</style>