Shades of Turquoise #30DDCD
Tints of Turquoise #30DDCD
RGB
CMYK
RGB Variations
Color information
#30DDCD (or 0x30DDCD) is known color: Turquoise. HEX triplet: 30, DD and CD. RGB value is (48,221,205). Sum of RGB (Red+Green+Blue) = 48+221+205=474 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.13% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 221 - color contains mainly: green. Hex color #30DDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30DDCD is #CF2232. Grayscale: #A7A7A7. Windows color (decimal): -13574707 or 13491504. OLE color: 13491504.
HSL color Cylindrical-coordinate representation of color #30DDCD: hue angle of 174.45º 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 #30DDCD is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 221 | 205 | - |
| CMYK | 0.78 | 0 | 0.07 | 0.13 |
| HSL | 174.45º | 0.72% | 0.53% | - |
| HSV(B) | 174.45º | 0.78% | 0.87% | - |
| XYZ | 38.09 | 56.75 | 66.7 | - |
| YUV | 167.45 | 149.19 | 42.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 221 | 205 | 0.78 | 0 | 0.07 | 0.13 | 174.45 | 0.72 | 0.53 |
| Hex | 30 | DD | CD | 4E | 0 | 7 | D | AE | 48 | 35 |
| Octal | 60 | 335 | 315 | 116 | 0 | 7 | 15 | 256 | 110 | 65 |
| Binary | 110000 | 11011101 | 11001101 | 1001110 | 0 | 111 | 1101 | 10101110 | 1001000 | 110101 |
Color Harmonies of #30DDCD
Complementary color
Monochromatic Colors of #30DDCD
Black with #30DDCD
Text Example
Text Example
White with #30DDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DDCD; }
p { color: rgb(48,221,205); }
H1.HeaderClassName
{
color: #30DDCD;
}
.AnyTagClassName
{
color: #30DDCD;
}
</style>
background-color css
<style>
a { background-color: #30DDCD; }
a { background-color: rgb(48,221,205); }
div.DivClassName
{
background-color: #30DDCD;
}
.BgClassName
{
background-color: #30DDCD;
}
</style>
border-color css
<style>
span { border-color: #30DDCD; }
span { border-color: rgb(48,221,205); }
td.TdClassName
{
border-color: #30DDCD;
}
.TagClassName
{
border-color: #30DDCD;
}
</style>