Shades of Turquoise #30D8DB
Tints of Turquoise #30D8DB
RGB
CMYK
RGB Variations
Color information
#30D8DB (or 0x30D8DB) is known color: Turquoise. HEX triplet: 30, D8 and DB. RGB value is (48,216,219). Sum of RGB (Red+Green+Blue) = 48+216+219=483 (63% of max value = 765). Red value is 48 (19.14% from 255 or 9.94% from 483); Green value is 216 (84.77% from 255 or 44.72% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #30D8DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30D8DB is #CF2724. Grayscale: #A5A5A5. Windows color (decimal): -13575973 or 14407728. OLE color: 14407728.
HSL color Cylindrical-coordinate representation of color #30D8DB: hue angle of 181.05º 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 #30D8DB is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 216 | 219 | - |
| CMYK | 0.78 | 0.01 | 0 | 0.14 |
| HSL | 181.05º | 0.7% | 0.52% | - |
| HSV(B) | 181.05º | 0.78% | 0.86% | - |
| XYZ | 38.56 | 54.85 | 75.57 | - |
| YUV | 166.11 | 157.84 | 43.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 216 | 219 | 0.78 | 0.01 | 0 | 0.14 | 181.05 | 0.7 | 0.52 |
| Hex | 30 | D8 | DB | 4E | 1 | 0 | E | B5 | 46 | 34 |
| Octal | 60 | 330 | 333 | 116 | 1 | 0 | 16 | 265 | 106 | 64 |
| Binary | 110000 | 11011000 | 11011011 | 1001110 | 1 | 0 | 1110 | 10110101 | 1000110 | 110100 |
Color Harmonies of #30D8DB
Complementary color
Monochromatic Colors of #30D8DB
Black with #30D8DB
Text Example
Text Example
White with #30D8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D8DB; }
p { color: rgb(48,216,219); }
H1.HeaderClassName
{
color: #30D8DB;
}
.AnyTagClassName
{
color: #30D8DB;
}
</style>
background-color css
<style>
a { background-color: #30D8DB; }
a { background-color: rgb(48,216,219); }
div.DivClassName
{
background-color: #30D8DB;
}
.BgClassName
{
background-color: #30D8DB;
}
</style>
border-color css
<style>
span { border-color: #30D8DB; }
span { border-color: rgb(48,216,219); }
td.TdClassName
{
border-color: #30D8DB;
}
.TagClassName
{
border-color: #30D8DB;
}
</style>