Shades of Turquoise #30DCBB
Tints of Turquoise #30DCBB
RGB
CMYK
RGB Variations
Color information
#30DCBB (or 0x30DCBB) is known color: Turquoise. HEX triplet: 30, DC and BB. RGB value is (48,220,187). Sum of RGB (Red+Green+Blue) = 48+220+187=455 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.55% from 455); Green value is 220 (86.33% from 255 or 48.35% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 220 - color contains mainly: green. Hex color #30DCBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30DCBB is #CF2344. Grayscale: #A4A4A4. Windows color (decimal): -13574981 or 12311600. OLE color: 12311600.
HSL color Cylindrical-coordinate representation of color #30DCBB: hue angle of 168.49º 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 #30DCBB is Cyan = 0.78, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 220 | 187 | - |
| CMYK | 0.78 | 0 | 0.15 | 0.14 |
| HSL | 168.49º | 0.71% | 0.53% | - |
| HSV(B) | 168.49º | 0.78% | 0.86% | - |
| XYZ | 35.78 | 55.4 | 55.82 | - |
| YUV | 164.81 | 140.52 | 44.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 220 | 187 | 0.78 | 0 | 0.15 | 0.14 | 168.49 | 0.71 | 0.53 |
| Hex | 30 | DC | BB | 4E | 0 | F | E | A8 | 47 | 35 |
| Octal | 60 | 334 | 273 | 116 | 0 | 17 | 16 | 250 | 107 | 65 |
| Binary | 110000 | 11011100 | 10111011 | 1001110 | 0 | 1111 | 1110 | 10101000 | 1000111 | 110101 |
Color Harmonies of #30DCBB
Complementary color
Monochromatic Colors of #30DCBB
Black with #30DCBB
Text Example
Text Example
White with #30DCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DCBB; }
p { color: rgb(48,220,187); }
H1.HeaderClassName
{
color: #30DCBB;
}
.AnyTagClassName
{
color: #30DCBB;
}
</style>
background-color css
<style>
a { background-color: #30DCBB; }
a { background-color: rgb(48,220,187); }
div.DivClassName
{
background-color: #30DCBB;
}
.BgClassName
{
background-color: #30DCBB;
}
</style>
border-color css
<style>
span { border-color: #30DCBB; }
span { border-color: rgb(48,220,187); }
td.TdClassName
{
border-color: #30DCBB;
}
.TagClassName
{
border-color: #30DCBB;
}
</style>