Shades of Turquoise #30DDDA
Tints of Turquoise #30DDDA
RGB
CMYK
RGB Variations
Color information
#30DDDA (or 0x30DDDA) is known color: Turquoise. HEX triplet: 30, DD and DA. RGB value is (48,221,218). Sum of RGB (Red+Green+Blue) = 48+221+218=487 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.86% from 487); Green value is 221 (86.72% from 255 or 45.38% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 221 - color contains mainly: green. Hex color #30DDDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30DDDA is #CF2225. Grayscale: #A8A8A8. Windows color (decimal): -13574694 or 14343472. OLE color: 14343472.
HSL color Cylindrical-coordinate representation of color #30DDDA: hue angle of 178.96º 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 #30DDDA is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 221 | 218 | - |
| CMYK | 0.78 | 0 | 0.01 | 0.13 |
| HSL | 178.96º | 0.72% | 0.53% | - |
| HSV(B) | 178.96º | 0.78% | 0.87% | - |
| XYZ | 39.73 | 57.4 | 75.32 | - |
| YUV | 168.93 | 155.69 | 41.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 221 | 218 | 0.78 | 0 | 0.01 | 0.13 | 178.96 | 0.72 | 0.53 |
| Hex | 30 | DD | DA | 4E | 0 | 1 | D | B3 | 48 | 35 |
| Octal | 60 | 335 | 332 | 116 | 0 | 1 | 15 | 263 | 110 | 65 |
| Binary | 110000 | 11011101 | 11011010 | 1001110 | 0 | 1 | 1101 | 10110011 | 1001000 | 110101 |
Color Harmonies of #30DDDA
Complementary color
Monochromatic Colors of #30DDDA
Black with #30DDDA
Text Example
Text Example
White with #30DDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DDDA; }
p { color: rgb(48,221,218); }
H1.HeaderClassName
{
color: #30DDDA;
}
.AnyTagClassName
{
color: #30DDDA;
}
</style>
background-color css
<style>
a { background-color: #30DDDA; }
a { background-color: rgb(48,221,218); }
div.DivClassName
{
background-color: #30DDDA;
}
.BgClassName
{
background-color: #30DDDA;
}
</style>
border-color css
<style>
span { border-color: #30DDDA; }
span { border-color: rgb(48,221,218); }
td.TdClassName
{
border-color: #30DDDA;
}
.TagClassName
{
border-color: #30DDDA;
}
</style>