Shades of Turquoise #30DFD3
Tints of Turquoise #30DFD3
RGB
CMYK
RGB Variations
Color information
#30DFD3 (or 0x30DFD3) is known color: Turquoise. HEX triplet: 30, DF and D3. RGB value is (48,223,211). Sum of RGB (Red+Green+Blue) = 48+223+211=482 (63% of max value = 765). Red value is 48 (19.14% from 255 or 9.96% from 482); Green value is 223 (87.5% from 255 or 46.27% from 482); Blue value is 211 (82.81% from 255 or 43.78% from 482); Max value from RGB is 223 - color contains mainly: green. Hex color #30DFD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30DFD3 is #CF202C. Grayscale: #A9A9A9. Windows color (decimal): -13574189 or 13885232. OLE color: 13885232.
HSL color Cylindrical-coordinate representation of color #30DFD3: hue angle of 175.89º 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 #30DFD3 is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 223 | 211 | - |
| CMYK | 0.78 | 0 | 0.05 | 0.13 |
| HSL | 175.89º | 0.73% | 0.53% | - |
| HSV(B) | 175.89º | 0.78% | 0.87% | - |
| XYZ | 39.36 | 58.11 | 70.77 | - |
| YUV | 169.31 | 151.52 | 41.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 223 | 211 | 0.78 | 0 | 0.05 | 0.13 | 175.89 | 0.73 | 0.53 |
| Hex | 30 | DF | D3 | 4E | 0 | 5 | D | B0 | 49 | 35 |
| Octal | 60 | 337 | 323 | 116 | 0 | 5 | 15 | 260 | 111 | 65 |
| Binary | 110000 | 11011111 | 11010011 | 1001110 | 0 | 101 | 1101 | 10110000 | 1001001 | 110101 |
Color Harmonies of #30DFD3
Complementary color
Monochromatic Colors of #30DFD3
Black with #30DFD3
Text Example
Text Example
White with #30DFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DFD3; }
p { color: rgb(48,223,211); }
H1.HeaderClassName
{
color: #30DFD3;
}
.AnyTagClassName
{
color: #30DFD3;
}
</style>
background-color css
<style>
a { background-color: #30DFD3; }
a { background-color: rgb(48,223,211); }
div.DivClassName
{
background-color: #30DFD3;
}
.BgClassName
{
background-color: #30DFD3;
}
</style>
border-color css
<style>
span { border-color: #30DFD3; }
span { border-color: rgb(48,223,211); }
td.TdClassName
{
border-color: #30DFD3;
}
.TagClassName
{
border-color: #30DFD3;
}
</style>