Shades of Turquoise #30E6C6
Tints of Turquoise #30E6C6
RGB
CMYK
RGB Variations
Color information
#30E6C6 (or 0x30E6C6) is known color: Turquoise. HEX triplet: 30, E6 and C6. RGB value is (48,230,198). Sum of RGB (Red+Green+Blue) = 48+230+198=476 (63% of max value = 765). Red value is 48 (19.14% from 255 or 10.08% from 476); Green value is 230 (90.23% from 255 or 48.32% from 476); Blue value is 198 (77.73% from 255 or 41.60% from 476); Max value from RGB is 230 - color contains mainly: green. Hex color #30E6C6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30E6C6 is #CF1939. Grayscale: #ABABAB. Windows color (decimal): -13572410 or 13035056. OLE color: 13035056.
HSL color Cylindrical-coordinate representation of color #30E6C6: hue angle of 169.45º 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 #30E6C6 is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 48 | 230 | 198 | - |
| CMYK | 0.79 | 0 | 0.14 | 0.10 |
| HSL | 169.45º | 0.78% | 0.55% | - |
| HSV(B) | 169.45º | 0.79% | 0.9% | - |
| XYZ | 39.71 | 61.3 | 63.17 | - |
| YUV | 171.93 | 142.7 | 39.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 230 | 198 | 0.79 | 0 | 0.14 | 0.10 | 169.45 | 0.78 | 0.55 |
| Hex | 30 | E6 | C6 | 4F | 0 | E | A | A9 | 4E | 37 |
| Octal | 60 | 346 | 306 | 117 | 0 | 16 | 12 | 251 | 116 | 67 |
| Binary | 110000 | 11100110 | 11000110 | 1001111 | 0 | 1110 | 1010 | 10101001 | 1001110 | 110111 |
Color Harmonies of #30E6C6
Complementary color
Monochromatic Colors of #30E6C6
Black with #30E6C6
Text Example
Text Example
White with #30E6C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E6C6; }
p { color: rgb(48,230,198); }
H1.HeaderClassName
{
color: #30E6C6;
}
.AnyTagClassName
{
color: #30E6C6;
}
</style>
background-color css
<style>
a { background-color: #30E6C6; }
a { background-color: rgb(48,230,198); }
div.DivClassName
{
background-color: #30E6C6;
}
.BgClassName
{
background-color: #30E6C6;
}
</style>
border-color css
<style>
span { border-color: #30E6C6; }
span { border-color: rgb(48,230,198); }
td.TdClassName
{
border-color: #30E6C6;
}
.TagClassName
{
border-color: #30E6C6;
}
</style>