Shades of Turquoise #30DFBC
Tints of Turquoise #30DFBC
RGB
CMYK
RGB Variations
Color information
#30DFBC (or 0x30DFBC) is known color: Turquoise. HEX triplet: 30, DF and BC. RGB value is (48,223,188). Sum of RGB (Red+Green+Blue) = 48+223+188=459 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.46% from 459); Green value is 223 (87.5% from 255 or 48.58% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 223 - color contains mainly: green. Hex color #30DFBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30DFBC is #CF2043. Grayscale: #A6A6A6. Windows color (decimal): -13574212 or 12377904. OLE color: 12377904.
HSL color Cylindrical-coordinate representation of color #30DFBC: hue angle of 168º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30DFBC is Cyan = 0.78, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 223 | 188 | - |
| CMYK | 0.78 | 0 | 0.16 | 0.13 |
| HSL | 168º | 0.73% | 0.53% | - |
| HSV(B) | 168º | 0.78% | 0.87% | - |
| XYZ | 36.68 | 57.03 | 56.65 | - |
| YUV | 166.69 | 140.02 | 43.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 223 | 188 | 0.78 | 0 | 0.16 | 0.13 | 168 | 0.73 | 0.53 |
| Hex | 30 | DF | BC | 4E | 0 | 10 | D | A8 | 49 | 35 |
| Octal | 60 | 337 | 274 | 116 | 0 | 20 | 15 | 250 | 111 | 65 |
| Binary | 110000 | 11011111 | 10111100 | 1001110 | 0 | 10000 | 1101 | 10101000 | 1001001 | 110101 |
Color Harmonies of #30DFBC
Complementary color
Monochromatic Colors of #30DFBC
Black with #30DFBC
Text Example
Text Example
White with #30DFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DFBC; }
p { color: rgb(48,223,188); }
H1.HeaderClassName
{
color: #30DFBC;
}
.AnyTagClassName
{
color: #30DFBC;
}
</style>
background-color css
<style>
a { background-color: #30DFBC; }
a { background-color: rgb(48,223,188); }
div.DivClassName
{
background-color: #30DFBC;
}
.BgClassName
{
background-color: #30DFBC;
}
</style>
border-color css
<style>
span { border-color: #30DFBC; }
span { border-color: rgb(48,223,188); }
td.TdClassName
{
border-color: #30DFBC;
}
.TagClassName
{
border-color: #30DFBC;
}
</style>