Shades of Turquoise #30E6BB
Tints of Turquoise #30E6BB
RGB
CMYK
RGB Variations
Color information
#30E6BB (or 0x30E6BB) is known color: Turquoise. HEX triplet: 30, E6 and BB. RGB value is (48,230,187). Sum of RGB (Red+Green+Blue) = 48+230+187=465 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.32% from 465); Green value is 230 (90.23% from 255 or 49.46% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 230 - color contains mainly: green. Hex color #30E6BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30E6BB is #CF1944. Grayscale: #AAAAAA. Windows color (decimal): -13572421 or 12314160. OLE color: 12314160.
HSL color Cylindrical-coordinate representation of color #30E6BB: hue angle of 165.82º 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 #30E6BB is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 48 | 230 | 187 | - |
| CMYK | 0.79 | 0 | 0.19 | 0.10 |
| HSL | 165.82º | 0.78% | 0.55% | - |
| HSV(B) | 165.82º | 0.79% | 0.9% | - |
| XYZ | 38.49 | 60.81 | 56.72 | - |
| YUV | 170.68 | 137.2 | 40.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 230 | 187 | 0.79 | 0 | 0.19 | 0.10 | 165.82 | 0.78 | 0.55 |
| Hex | 30 | E6 | BB | 4F | 0 | 13 | A | A6 | 4E | 37 |
| Octal | 60 | 346 | 273 | 117 | 0 | 23 | 12 | 246 | 116 | 67 |
| Binary | 110000 | 11100110 | 10111011 | 1001111 | 0 | 10011 | 1010 | 10100110 | 1001110 | 110111 |
Color Harmonies of #30E6BB
Complementary color
Monochromatic Colors of #30E6BB
Black with #30E6BB
Text Example
Text Example
White with #30E6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E6BB; }
p { color: rgb(48,230,187); }
H1.HeaderClassName
{
color: #30E6BB;
}
.AnyTagClassName
{
color: #30E6BB;
}
</style>
background-color css
<style>
a { background-color: #30E6BB; }
a { background-color: rgb(48,230,187); }
div.DivClassName
{
background-color: #30E6BB;
}
.BgClassName
{
background-color: #30E6BB;
}
</style>
border-color css
<style>
span { border-color: #30E6BB; }
span { border-color: rgb(48,230,187); }
td.TdClassName
{
border-color: #30E6BB;
}
.TagClassName
{
border-color: #30E6BB;
}
</style>