Shades of Turquoise #30DDB5
Tints of Turquoise #30DDB5
RGB
CMYK
RGB Variations
Color information
#30DDB5 (or 0x30DDB5) is known color: Turquoise. HEX triplet: 30, DD and B5. RGB value is (48,221,181). Sum of RGB (Red+Green+Blue) = 48+221+181=450 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.67% from 450); Green value is 221 (86.72% from 255 or 49.11% from 450); Blue value is 181 (71.09% from 255 or 40.22% from 450); Max value from RGB is 221 - color contains mainly: green. Hex color #30DDB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30DDB5 is #CF224A. Grayscale: #A4A4A4. Windows color (decimal): -13574731 or 11918640. OLE color: 11918640.
HSL color Cylindrical-coordinate representation of color #30DDB5: hue angle of 166.13º 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 #30DDB5 is Cyan = 0.78, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 221 | 181 | - |
| CMYK | 0.78 | 0 | 0.18 | 0.13 |
| HSL | 166.13º | 0.72% | 0.53% | - |
| HSV(B) | 166.13º | 0.78% | 0.87% | - |
| XYZ | 35.42 | 55.68 | 52.6 | - |
| YUV | 164.71 | 137.19 | 44.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 221 | 181 | 0.78 | 0 | 0.18 | 0.13 | 166.13 | 0.72 | 0.53 |
| Hex | 30 | DD | B5 | 4E | 0 | 12 | D | A6 | 48 | 35 |
| Octal | 60 | 335 | 265 | 116 | 0 | 22 | 15 | 246 | 110 | 65 |
| Binary | 110000 | 11011101 | 10110101 | 1001110 | 0 | 10010 | 1101 | 10100110 | 1001000 | 110101 |
Color Harmonies of #30DDB5
Complementary color
Monochromatic Colors of #30DDB5
Black with #30DDB5
Text Example
Text Example
White with #30DDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DDB5; }
p { color: rgb(48,221,181); }
H1.HeaderClassName
{
color: #30DDB5;
}
.AnyTagClassName
{
color: #30DDB5;
}
</style>
background-color css
<style>
a { background-color: #30DDB5; }
a { background-color: rgb(48,221,181); }
div.DivClassName
{
background-color: #30DDB5;
}
.BgClassName
{
background-color: #30DDB5;
}
</style>
border-color css
<style>
span { border-color: #30DDB5; }
span { border-color: rgb(48,221,181); }
td.TdClassName
{
border-color: #30DDB5;
}
.TagClassName
{
border-color: #30DDB5;
}
</style>