Shades of Turquoise #30EEBA
Tints of Turquoise #30EEBA
RGB
CMYK
RGB Variations
Color information
#30EEBA (or 0x30EEBA) is known color: Turquoise. HEX triplet: 30, EE and BA. RGB value is (48,238,186). Sum of RGB (Red+Green+Blue) = 48+238+186=472 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.17% from 472); Green value is 238 (93.36% from 255 or 50.42% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 238 - color contains mainly: green. Hex color #30EEBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30EEBA is #CF1145. Grayscale: #AFAFAF. Windows color (decimal): -13570374 or 12250672. OLE color: 12250672.
HSL color Cylindrical-coordinate representation of color #30EEBA: hue angle of 163.58º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30EEBA is Cyan = 0.80, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 238 | 186 | - |
| CMYK | 0.80 | 0 | 0.22 | 0.07 |
| HSL | 163.58º | 0.85% | 0.56% | - |
| HSV(B) | 163.58º | 0.8% | 0.93% | - |
| XYZ | 40.66 | 65.32 | 56.92 | - |
| YUV | 175.26 | 134.05 | 37.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 238 | 186 | 0.80 | 0 | 0.22 | 0.07 | 163.58 | 0.85 | 0.56 |
| Hex | 30 | EE | BA | 50 | 0 | 16 | 7 | A4 | 55 | 38 |
| Octal | 60 | 356 | 272 | 120 | 0 | 26 | 7 | 244 | 125 | 70 |
| Binary | 110000 | 11101110 | 10111010 | 1010000 | 0 | 10110 | 111 | 10100100 | 1010101 | 111000 |
Color Harmonies of #30EEBA
Complementary color
Monochromatic Colors of #30EEBA
Black with #30EEBA
Text Example
Text Example
White with #30EEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EEBA; }
p { color: rgb(48,238,186); }
H1.HeaderClassName
{
color: #30EEBA;
}
.AnyTagClassName
{
color: #30EEBA;
}
</style>
background-color css
<style>
a { background-color: #30EEBA; }
a { background-color: rgb(48,238,186); }
div.DivClassName
{
background-color: #30EEBA;
}
.BgClassName
{
background-color: #30EEBA;
}
</style>
border-color css
<style>
span { border-color: #30EEBA; }
span { border-color: rgb(48,238,186); }
td.TdClassName
{
border-color: #30EEBA;
}
.TagClassName
{
border-color: #30EEBA;
}
</style>