Shades of Turquoise #30DDDC
Tints of Turquoise #30DDDC
RGB
CMYK
RGB Variations
Color information
#30DDDC (or 0x30DDDC) is known color: Turquoise. HEX triplet: 30, DD and DC. RGB value is (48,221,220). Sum of RGB (Red+Green+Blue) = 48+221+220=489 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.82% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 221 - color contains mainly: green. Hex color #30DDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30DDDC is #CF2223. Grayscale: #A8A8A8. Windows color (decimal): -13574692 or 14474544. OLE color: 14474544.
HSL color Cylindrical-coordinate representation of color #30DDDC: hue angle of 179.65º 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 #30DDDC is Cyan = 0.78, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 221 | 220 | - |
| CMYK | 0.78 | 0 | 0.00 | 0.13 |
| HSL | 179.65º | 0.72% | 0.53% | - |
| HSV(B) | 179.65º | 0.78% | 0.87% | - |
| XYZ | 39.99 | 57.51 | 76.7 | - |
| YUV | 169.16 | 156.69 | 41.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 221 | 220 | 0.78 | 0 | 0.00 | 0.13 | 179.65 | 0.72 | 0.53 |
| Hex | 30 | DD | DC | 4E | 0 | 0 | D | B4 | 48 | 35 |
| Octal | 60 | 335 | 334 | 116 | 0 | 0 | 15 | 264 | 110 | 65 |
| Binary | 110000 | 11011101 | 11011100 | 1001110 | 0 | 0 | 1101 | 10110100 | 1001000 | 110101 |
Color Harmonies of #30DDDC
Complementary color
Monochromatic Colors of #30DDDC
Black with #30DDDC
Text Example
Text Example
White with #30DDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DDDC; }
p { color: rgb(48,221,220); }
H1.HeaderClassName
{
color: #30DDDC;
}
.AnyTagClassName
{
color: #30DDDC;
}
</style>
background-color css
<style>
a { background-color: #30DDDC; }
a { background-color: rgb(48,221,220); }
div.DivClassName
{
background-color: #30DDDC;
}
.BgClassName
{
background-color: #30DDDC;
}
</style>
border-color css
<style>
span { border-color: #30DDDC; }
span { border-color: rgb(48,221,220); }
td.TdClassName
{
border-color: #30DDDC;
}
.TagClassName
{
border-color: #30DDDC;
}
</style>