Shades of Turquoise #30DCDB
Tints of Turquoise #30DCDB
RGB
CMYK
RGB Variations
Color information
#30DCDB (or 0x30DCDB) is known color: Turquoise. HEX triplet: 30, DC and DB. RGB value is (48,220,219). Sum of RGB (Red+Green+Blue) = 48+220+219=487 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.86% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 220 - color contains mainly: green. Hex color #30DCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30DCDB is #CF2324. Grayscale: #A8A8A8. Windows color (decimal): -13574949 or 14408752. OLE color: 14408752.
HSL color Cylindrical-coordinate representation of color #30DCDB: hue angle of 179.65º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30DCDB is Cyan = 0.78, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 220 | 219 | - |
| CMYK | 0.78 | 0 | 0.00 | 0.14 |
| HSL | 179.65º | 0.71% | 0.53% | - |
| HSV(B) | 179.65º | 0.78% | 0.86% | - |
| XYZ | 39.6 | 56.93 | 75.92 | - |
| YUV | 168.46 | 156.52 | 42.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 220 | 219 | 0.78 | 0 | 0.00 | 0.14 | 179.65 | 0.71 | 0.53 |
| Hex | 30 | DC | DB | 4E | 0 | 0 | E | B4 | 47 | 35 |
| Octal | 60 | 334 | 333 | 116 | 0 | 0 | 16 | 264 | 107 | 65 |
| Binary | 110000 | 11011100 | 11011011 | 1001110 | 0 | 0 | 1110 | 10110100 | 1000111 | 110101 |
Color Harmonies of #30DCDB
Complementary color
Monochromatic Colors of #30DCDB
Black with #30DCDB
Text Example
Text Example
White with #30DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DCDB; }
p { color: rgb(48,220,219); }
H1.HeaderClassName
{
color: #30DCDB;
}
.AnyTagClassName
{
color: #30DCDB;
}
</style>
background-color css
<style>
a { background-color: #30DCDB; }
a { background-color: rgb(48,220,219); }
div.DivClassName
{
background-color: #30DCDB;
}
.BgClassName
{
background-color: #30DCDB;
}
</style>
border-color css
<style>
span { border-color: #30DCDB; }
span { border-color: rgb(48,220,219); }
td.TdClassName
{
border-color: #30DCDB;
}
.TagClassName
{
border-color: #30DCDB;
}
</style>