Shades of Turquoise #30DCC0
Tints of Turquoise #30DCC0
RGB
CMYK
RGB Variations
Color information
#30DCC0 (or 0x30DCC0) is known color: Turquoise. HEX triplet: 30, DC and C0. RGB value is (48,220,192). Sum of RGB (Red+Green+Blue) = 48+220+192=460 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.43% from 460); Green value is 220 (86.33% from 255 or 47.83% from 460); Blue value is 192 (75.39% from 255 or 41.74% from 460); Max value from RGB is 220 - color contains mainly: green. Hex color #30DCC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30DCC0 is #CF233F. Grayscale: #A5A5A5. Windows color (decimal): -13574976 or 12639280. OLE color: 12639280.
HSL color Cylindrical-coordinate representation of color #30DCC0: hue angle of 170.23º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30DCC0 is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 220 | 192 | - |
| CMYK | 0.78 | 0 | 0.13 | 0.14 |
| HSL | 170.23º | 0.71% | 0.53% | - |
| HSV(B) | 170.23º | 0.78% | 0.86% | - |
| XYZ | 36.33 | 55.62 | 58.69 | - |
| YUV | 165.38 | 143.02 | 44.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 220 | 192 | 0.78 | 0 | 0.13 | 0.14 | 170.23 | 0.71 | 0.53 |
| Hex | 30 | DC | C0 | 4E | 0 | D | E | AA | 47 | 35 |
| Octal | 60 | 334 | 300 | 116 | 0 | 15 | 16 | 252 | 107 | 65 |
| Binary | 110000 | 11011100 | 11000000 | 1001110 | 0 | 1101 | 1110 | 10101010 | 1000111 | 110101 |
Color Harmonies of #30DCC0
Complementary color
Monochromatic Colors of #30DCC0
Black with #30DCC0
Text Example
Text Example
White with #30DCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DCC0; }
p { color: rgb(48,220,192); }
H1.HeaderClassName
{
color: #30DCC0;
}
.AnyTagClassName
{
color: #30DCC0;
}
</style>
background-color css
<style>
a { background-color: #30DCC0; }
a { background-color: rgb(48,220,192); }
div.DivClassName
{
background-color: #30DCC0;
}
.BgClassName
{
background-color: #30DCC0;
}
</style>
border-color css
<style>
span { border-color: #30DCC0; }
span { border-color: rgb(48,220,192); }
td.TdClassName
{
border-color: #30DCC0;
}
.TagClassName
{
border-color: #30DCC0;
}
</style>