Shades of Turquoise #30DBDD
Tints of Turquoise #30DBDD
RGB
CMYK
RGB Variations
Color information
#30DBDD (or 0x30DBDD) is known color: Turquoise. HEX triplet: 30, DB and DD. RGB value is (48,219,221). Sum of RGB (Red+Green+Blue) = 48+219+221=488 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.84% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #30DBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30DBDD is #CF2422. Grayscale: #A7A7A7. Windows color (decimal): -13575203 or 14539568. OLE color: 14539568.
HSL color Cylindrical-coordinate representation of color #30DBDD: hue angle of 180.69º 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 #30DBDD is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 219 | 221 | - |
| CMYK | 0.78 | 0.01 | 0 | 0.13 |
| HSL | 180.69º | 0.72% | 0.53% | - |
| HSV(B) | 180.69º | 0.78% | 0.87% | - |
| XYZ | 39.6 | 56.51 | 77.23 | - |
| YUV | 168.1 | 157.85 | 42.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 219 | 221 | 0.78 | 0.01 | 0 | 0.13 | 180.69 | 0.72 | 0.53 |
| Hex | 30 | DB | DD | 4E | 1 | 0 | D | B5 | 48 | 35 |
| Octal | 60 | 333 | 335 | 116 | 1 | 0 | 15 | 265 | 110 | 65 |
| Binary | 110000 | 11011011 | 11011101 | 1001110 | 1 | 0 | 1101 | 10110101 | 1001000 | 110101 |
Color Harmonies of #30DBDD
Complementary color
Monochromatic Colors of #30DBDD
Black with #30DBDD
Text Example
Text Example
White with #30DBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DBDD; }
p { color: rgb(48,219,221); }
H1.HeaderClassName
{
color: #30DBDD;
}
.AnyTagClassName
{
color: #30DBDD;
}
</style>
background-color css
<style>
a { background-color: #30DBDD; }
a { background-color: rgb(48,219,221); }
div.DivClassName
{
background-color: #30DBDD;
}
.BgClassName
{
background-color: #30DBDD;
}
</style>
border-color css
<style>
span { border-color: #30DBDD; }
span { border-color: rgb(48,219,221); }
td.TdClassName
{
border-color: #30DBDD;
}
.TagClassName
{
border-color: #30DBDD;
}
</style>