Shades of Turquoise #30DFD4
Tints of Turquoise #30DFD4
RGB
CMYK
RGB Variations
Color information
#30DFD4 (or 0x30DFD4) is known color: Turquoise. HEX triplet: 30, DF and D4. RGB value is (48,223,212). Sum of RGB (Red+Green+Blue) = 48+223+212=483 (63% of max value = 765). Red value is 48 (19.14% from 255 or 9.94% from 483); Green value is 223 (87.5% from 255 or 46.17% from 483); Blue value is 212 (83.20% from 255 or 43.89% from 483); Max value from RGB is 223 - color contains mainly: green. Hex color #30DFD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30DFD4 is #CF202B. Grayscale: #A9A9A9. Windows color (decimal): -13574188 or 13950768. OLE color: 13950768.
HSL color Cylindrical-coordinate representation of color #30DFD4: hue angle of 176.23º 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 #30DFD4 is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 223 | 212 | - |
| CMYK | 0.78 | 0 | 0.05 | 0.13 |
| HSL | 176.23º | 0.73% | 0.53% | - |
| HSV(B) | 176.23º | 0.78% | 0.87% | - |
| XYZ | 39.49 | 58.16 | 71.43 | - |
| YUV | 169.42 | 152.02 | 41.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 223 | 212 | 0.78 | 0 | 0.05 | 0.13 | 176.23 | 0.73 | 0.53 |
| Hex | 30 | DF | D4 | 4E | 0 | 5 | D | B0 | 49 | 35 |
| Octal | 60 | 337 | 324 | 116 | 0 | 5 | 15 | 260 | 111 | 65 |
| Binary | 110000 | 11011111 | 11010100 | 1001110 | 0 | 101 | 1101 | 10110000 | 1001001 | 110101 |
Color Harmonies of #30DFD4
Complementary color
Monochromatic Colors of #30DFD4
Black with #30DFD4
Text Example
Text Example
White with #30DFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DFD4; }
p { color: rgb(48,223,212); }
H1.HeaderClassName
{
color: #30DFD4;
}
.AnyTagClassName
{
color: #30DFD4;
}
</style>
background-color css
<style>
a { background-color: #30DFD4; }
a { background-color: rgb(48,223,212); }
div.DivClassName
{
background-color: #30DFD4;
}
.BgClassName
{
background-color: #30DFD4;
}
</style>
border-color css
<style>
span { border-color: #30DFD4; }
span { border-color: rgb(48,223,212); }
td.TdClassName
{
border-color: #30DFD4;
}
.TagClassName
{
border-color: #30DFD4;
}
</style>