Shades of Turquoise #30DFB7
Tints of Turquoise #30DFB7
RGB
CMYK
RGB Variations
Color information
#30DFB7 (or 0x30DFB7) is known color: Turquoise. HEX triplet: 30, DF and B7. RGB value is (48,223,183). Sum of RGB (Red+Green+Blue) = 48+223+183=454 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.57% from 454); Green value is 223 (87.5% from 255 or 49.12% from 454); Blue value is 183 (71.88% from 255 or 40.31% from 454); Max value from RGB is 223 - color contains mainly: green. Hex color #30DFB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30DFB7 is #CF2048. Grayscale: #A6A6A6. Windows color (decimal): -13574217 or 12050224. OLE color: 12050224.
HSL color Cylindrical-coordinate representation of color #30DFB7: hue angle of 166.29º 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 #30DFB7 is Cyan = 0.78, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 223 | 183 | - |
| CMYK | 0.78 | 0 | 0.18 | 0.13 |
| HSL | 166.29º | 0.73% | 0.53% | - |
| HSV(B) | 166.29º | 0.78% | 0.87% | - |
| XYZ | 36.15 | 56.82 | 53.86 | - |
| YUV | 166.12 | 137.52 | 43.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 223 | 183 | 0.78 | 0 | 0.18 | 0.13 | 166.29 | 0.73 | 0.53 |
| Hex | 30 | DF | B7 | 4E | 0 | 12 | D | A6 | 49 | 35 |
| Octal | 60 | 337 | 267 | 116 | 0 | 22 | 15 | 246 | 111 | 65 |
| Binary | 110000 | 11011111 | 10110111 | 1001110 | 0 | 10010 | 1101 | 10100110 | 1001001 | 110101 |
Color Harmonies of #30DFB7
Complementary color
Monochromatic Colors of #30DFB7
Black with #30DFB7
Text Example
Text Example
White with #30DFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DFB7; }
p { color: rgb(48,223,183); }
H1.HeaderClassName
{
color: #30DFB7;
}
.AnyTagClassName
{
color: #30DFB7;
}
</style>
background-color css
<style>
a { background-color: #30DFB7; }
a { background-color: rgb(48,223,183); }
div.DivClassName
{
background-color: #30DFB7;
}
.BgClassName
{
background-color: #30DFB7;
}
</style>
border-color css
<style>
span { border-color: #30DFB7; }
span { border-color: rgb(48,223,183); }
td.TdClassName
{
border-color: #30DFB7;
}
.TagClassName
{
border-color: #30DFB7;
}
</style>