Shades of Turquoise #30E6BC
Tints of Turquoise #30E6BC
RGB
CMYK
RGB Variations
Color information
#30E6BC (or 0x30E6BC) is known color: Turquoise. HEX triplet: 30, E6 and BC. RGB value is (48,230,188). Sum of RGB (Red+Green+Blue) = 48+230+188=466 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.30% from 466); Green value is 230 (90.23% from 255 or 49.36% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 230 - color contains mainly: green. Hex color #30E6BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30E6BC is #CF1943. Grayscale: #AAAAAA. Windows color (decimal): -13572420 or 12379696. OLE color: 12379696.
HSL color Cylindrical-coordinate representation of color #30E6BC: hue angle of 166.15º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E6BC is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 48 | 230 | 188 | - |
| CMYK | 0.79 | 0 | 0.18 | 0.10 |
| HSL | 166.15º | 0.78% | 0.55% | - |
| HSV(B) | 166.15º | 0.79% | 0.9% | - |
| XYZ | 38.59 | 60.85 | 57.29 | - |
| YUV | 170.79 | 137.7 | 40.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 230 | 188 | 0.79 | 0 | 0.18 | 0.10 | 166.15 | 0.78 | 0.55 |
| Hex | 30 | E6 | BC | 4F | 0 | 12 | A | A6 | 4E | 37 |
| Octal | 60 | 346 | 274 | 117 | 0 | 22 | 12 | 246 | 116 | 67 |
| Binary | 110000 | 11100110 | 10111100 | 1001111 | 0 | 10010 | 1010 | 10100110 | 1001110 | 110111 |
Color Harmonies of #30E6BC
Complementary color
Monochromatic Colors of #30E6BC
Black with #30E6BC
Text Example
Text Example
White with #30E6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E6BC; }
p { color: rgb(48,230,188); }
H1.HeaderClassName
{
color: #30E6BC;
}
.AnyTagClassName
{
color: #30E6BC;
}
</style>
background-color css
<style>
a { background-color: #30E6BC; }
a { background-color: rgb(48,230,188); }
div.DivClassName
{
background-color: #30E6BC;
}
.BgClassName
{
background-color: #30E6BC;
}
</style>
border-color css
<style>
span { border-color: #30E6BC; }
span { border-color: rgb(48,230,188); }
td.TdClassName
{
border-color: #30E6BC;
}
.TagClassName
{
border-color: #30E6BC;
}
</style>