Shades of Turquoise #30DBBC
Tints of Turquoise #30DBBC
RGB
CMYK
RGB Variations
Color information
#30DBBC (or 0x30DBBC) is known color: Turquoise. HEX triplet: 30, DB and BC. RGB value is (48,219,188). Sum of RGB (Red+Green+Blue) = 48+219+188=455 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.55% from 455); Green value is 219 (85.94% from 255 or 48.13% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 219 - color contains mainly: green. Hex color #30DBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30DBBC is #CF2443. Grayscale: #A4A4A4. Windows color (decimal): -13575236 or 12376880. OLE color: 12376880.
HSL color Cylindrical-coordinate representation of color #30DBBC: hue angle of 169.12º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30DBBC is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 219 | 188 | - |
| CMYK | 0.78 | 0 | 0.14 | 0.14 |
| HSL | 169.12º | 0.7% | 0.52% | - |
| HSV(B) | 169.12º | 0.78% | 0.86% | - |
| XYZ | 35.63 | 54.92 | 56.3 | - |
| YUV | 164.34 | 141.35 | 45.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 219 | 188 | 0.78 | 0 | 0.14 | 0.14 | 169.12 | 0.7 | 0.52 |
| Hex | 30 | DB | BC | 4E | 0 | E | E | A9 | 46 | 34 |
| Octal | 60 | 333 | 274 | 116 | 0 | 16 | 16 | 251 | 106 | 64 |
| Binary | 110000 | 11011011 | 10111100 | 1001110 | 0 | 1110 | 1110 | 10101001 | 1000110 | 110100 |
Color Harmonies of #30DBBC
Complementary color
Monochromatic Colors of #30DBBC
Black with #30DBBC
Text Example
Text Example
White with #30DBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DBBC; }
p { color: rgb(48,219,188); }
H1.HeaderClassName
{
color: #30DBBC;
}
.AnyTagClassName
{
color: #30DBBC;
}
</style>
background-color css
<style>
a { background-color: #30DBBC; }
a { background-color: rgb(48,219,188); }
div.DivClassName
{
background-color: #30DBBC;
}
.BgClassName
{
background-color: #30DBBC;
}
</style>
border-color css
<style>
span { border-color: #30DBBC; }
span { border-color: rgb(48,219,188); }
td.TdClassName
{
border-color: #30DBBC;
}
.TagClassName
{
border-color: #30DBBC;
}
</style>