Shades of Turquoise #30DFD0
Tints of Turquoise #30DFD0
RGB
CMYK
RGB Variations
Color information
#30DFD0 (or 0x30DFD0) is known color: Turquoise. HEX triplet: 30, DF and D0. RGB value is (48,223,208). Sum of RGB (Red+Green+Blue) = 48+223+208=479 (63% of max value = 765). Red value is 48 (19.14% from 255 or 10.02% from 479); Green value is 223 (87.5% from 255 or 46.56% from 479); Blue value is 208 (81.64% from 255 or 43.42% from 479); Max value from RGB is 223 - color contains mainly: green. Hex color #30DFD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30DFD0 is #CF202F. Grayscale: #A8A8A8. Windows color (decimal): -13574192 or 13688624. OLE color: 13688624.
HSL color Cylindrical-coordinate representation of color #30DFD0: hue angle of 174.86º 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 #30DFD0 is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 223 | 208 | - |
| CMYK | 0.78 | 0 | 0.07 | 0.13 |
| HSL | 174.86º | 0.73% | 0.53% | - |
| HSV(B) | 174.86º | 0.78% | 0.87% | - |
| XYZ | 38.99 | 57.96 | 68.81 | - |
| YUV | 168.97 | 150.02 | 41.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 223 | 208 | 0.78 | 0 | 0.07 | 0.13 | 174.86 | 0.73 | 0.53 |
| Hex | 30 | DF | D0 | 4E | 0 | 7 | D | AF | 49 | 35 |
| Octal | 60 | 337 | 320 | 116 | 0 | 7 | 15 | 257 | 111 | 65 |
| Binary | 110000 | 11011111 | 11010000 | 1001110 | 0 | 111 | 1101 | 10101111 | 1001001 | 110101 |
Color Harmonies of #30DFD0
Complementary color
Monochromatic Colors of #30DFD0
Black with #30DFD0
Text Example
Text Example
White with #30DFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DFD0; }
p { color: rgb(48,223,208); }
H1.HeaderClassName
{
color: #30DFD0;
}
.AnyTagClassName
{
color: #30DFD0;
}
</style>
background-color css
<style>
a { background-color: #30DFD0; }
a { background-color: rgb(48,223,208); }
div.DivClassName
{
background-color: #30DFD0;
}
.BgClassName
{
background-color: #30DFD0;
}
</style>
border-color css
<style>
span { border-color: #30DFD0; }
span { border-color: rgb(48,223,208); }
td.TdClassName
{
border-color: #30DFD0;
}
.TagClassName
{
border-color: #30DFD0;
}
</style>