Shades of Turquoise #30DABB
Tints of Turquoise #30DABB
RGB
CMYK
RGB Variations
Color information
#30DABB (or 0x30DABB) is known color: Turquoise. HEX triplet: 30, DA and BB. RGB value is (48,218,187). Sum of RGB (Red+Green+Blue) = 48+218+187=453 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.60% from 453); Green value is 218 (85.55% from 255 or 48.12% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 218 - color contains mainly: green. Hex color #30DABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30DABB is #CF2544. Grayscale: #A3A3A3. Windows color (decimal): -13575493 or 12311088. OLE color: 12311088.
HSL color Cylindrical-coordinate representation of color #30DABB: hue angle of 169.06º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30DABB is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 48 | 218 | 187 | - |
| CMYK | 0.78 | 0 | 0.14 | 0.15 |
| HSL | 169.06º | 0.7% | 0.52% | - |
| HSV(B) | 169.06º | 0.78% | 0.85% | - |
| XYZ | 35.26 | 54.36 | 55.65 | - |
| YUV | 163.64 | 141.18 | 45.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 218 | 187 | 0.78 | 0 | 0.14 | 0.15 | 169.06 | 0.7 | 0.52 |
| Hex | 30 | DA | BB | 4E | 0 | E | F | A9 | 46 | 34 |
| Octal | 60 | 332 | 273 | 116 | 0 | 16 | 17 | 251 | 106 | 64 |
| Binary | 110000 | 11011010 | 10111011 | 1001110 | 0 | 1110 | 1111 | 10101001 | 1000110 | 110100 |
Color Harmonies of #30DABB
Complementary color
Monochromatic Colors of #30DABB
Black with #30DABB
Text Example
Text Example
White with #30DABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DABB; }
p { color: rgb(48,218,187); }
H1.HeaderClassName
{
color: #30DABB;
}
.AnyTagClassName
{
color: #30DABB;
}
</style>
background-color css
<style>
a { background-color: #30DABB; }
a { background-color: rgb(48,218,187); }
div.DivClassName
{
background-color: #30DABB;
}
.BgClassName
{
background-color: #30DABB;
}
</style>
border-color css
<style>
span { border-color: #30DABB; }
span { border-color: rgb(48,218,187); }
td.TdClassName
{
border-color: #30DABB;
}
.TagClassName
{
border-color: #30DABB;
}
</style>