Shades of Turquoise #30EAC0
Tints of Turquoise #30EAC0
RGB
CMYK
RGB Variations
Color information
#30EAC0 (or 0x30EAC0) is known color: Turquoise. HEX triplet: 30, EA and C0. RGB value is (48,234,192). Sum of RGB (Red+Green+Blue) = 48+234+192=474 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.13% from 474); Green value is 234 (91.80% from 255 or 49.37% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 234 - color contains mainly: green. Hex color #30EAC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30EAC0 is #CF153F. Grayscale: #ADADAD. Windows color (decimal): -13571392 or 12642864. OLE color: 12642864.
HSL color Cylindrical-coordinate representation of color #30EAC0: hue angle of 166.45º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30EAC0 is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 48 | 234 | 192 | - |
| CMYK | 0.79 | 0 | 0.18 | 0.08 |
| HSL | 166.45º | 0.82% | 0.55% | - |
| HSV(B) | 166.45º | 0.79% | 0.92% | - |
| XYZ | 40.16 | 63.28 | 59.97 | - |
| YUV | 173.6 | 138.38 | 38.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 234 | 192 | 0.79 | 0 | 0.18 | 0.08 | 166.45 | 0.82 | 0.55 |
| Hex | 30 | EA | C0 | 4F | 0 | 12 | 8 | A6 | 52 | 37 |
| Octal | 60 | 352 | 300 | 117 | 0 | 22 | 10 | 246 | 122 | 67 |
| Binary | 110000 | 11101010 | 11000000 | 1001111 | 0 | 10010 | 1000 | 10100110 | 1010010 | 110111 |
Color Harmonies of #30EAC0
Complementary color
Monochromatic Colors of #30EAC0
Black with #30EAC0
Text Example
Text Example
White with #30EAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EAC0; }
p { color: rgb(48,234,192); }
H1.HeaderClassName
{
color: #30EAC0;
}
.AnyTagClassName
{
color: #30EAC0;
}
</style>
background-color css
<style>
a { background-color: #30EAC0; }
a { background-color: rgb(48,234,192); }
div.DivClassName
{
background-color: #30EAC0;
}
.BgClassName
{
background-color: #30EAC0;
}
</style>
border-color css
<style>
span { border-color: #30EAC0; }
span { border-color: rgb(48,234,192); }
td.TdClassName
{
border-color: #30EAC0;
}
.TagClassName
{
border-color: #30EAC0;
}
</style>