Shades of Turquoise #30DFB5
Tints of Turquoise #30DFB5
RGB
CMYK
RGB Variations
Color information
#30DFB5 (or 0x30DFB5) is known color: Turquoise. HEX triplet: 30, DF and B5. RGB value is (48,223,181). Sum of RGB (Red+Green+Blue) = 48+223+181=452 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.62% from 452); Green value is 223 (87.5% from 255 or 49.34% from 452); Blue value is 181 (71.09% from 255 or 40.04% from 452); Max value from RGB is 223 - color contains mainly: green. Hex color #30DFB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30DFB5 is #CF204A. Grayscale: #A5A5A5. Windows color (decimal): -13574219 or 11919152. OLE color: 11919152.
HSL color Cylindrical-coordinate representation of color #30DFB5: hue angle of 165.6º 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 #30DFB5 is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 223 | 181 | - |
| CMYK | 0.78 | 0 | 0.19 | 0.13 |
| HSL | 165.6º | 0.73% | 0.53% | - |
| HSV(B) | 165.6º | 0.78% | 0.87% | - |
| XYZ | 35.95 | 56.74 | 52.77 | - |
| YUV | 165.89 | 136.52 | 43.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 223 | 181 | 0.78 | 0 | 0.19 | 0.13 | 165.6 | 0.73 | 0.53 |
| Hex | 30 | DF | B5 | 4E | 0 | 13 | D | A6 | 49 | 35 |
| Octal | 60 | 337 | 265 | 116 | 0 | 23 | 15 | 246 | 111 | 65 |
| Binary | 110000 | 11011111 | 10110101 | 1001110 | 0 | 10011 | 1101 | 10100110 | 1001001 | 110101 |
Color Harmonies of #30DFB5
Complementary color
Monochromatic Colors of #30DFB5
Black with #30DFB5
Text Example
Text Example
White with #30DFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DFB5; }
p { color: rgb(48,223,181); }
H1.HeaderClassName
{
color: #30DFB5;
}
.AnyTagClassName
{
color: #30DFB5;
}
</style>
background-color css
<style>
a { background-color: #30DFB5; }
a { background-color: rgb(48,223,181); }
div.DivClassName
{
background-color: #30DFB5;
}
.BgClassName
{
background-color: #30DFB5;
}
</style>
border-color css
<style>
span { border-color: #30DFB5; }
span { border-color: rgb(48,223,181); }
td.TdClassName
{
border-color: #30DFB5;
}
.TagClassName
{
border-color: #30DFB5;
}
</style>