Shades of Turquoise #30EBBE
Tints of Turquoise #30EBBE
RGB
CMYK
RGB Variations
Color information
#30EBBE (or 0x30EBBE) is known color: Turquoise. HEX triplet: 30, EB and BE. RGB value is (48,235,190). Sum of RGB (Red+Green+Blue) = 48+235+190=473 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.15% from 473); Green value is 235 (92.19% from 255 or 49.68% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 235 - color contains mainly: green. Hex color #30EBBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30EBBE is #CF1441. Grayscale: #ADADAD. Windows color (decimal): -13571138 or 12512048. OLE color: 12512048.
HSL color Cylindrical-coordinate representation of color #30EBBE: hue angle of 165.56º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30EBBE is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 48 | 235 | 190 | - |
| CMYK | 0.80 | 0 | 0.19 | 0.08 |
| HSL | 165.56º | 0.82% | 0.55% | - |
| HSV(B) | 165.56º | 0.8% | 0.92% | - |
| XYZ | 40.22 | 63.76 | 58.9 | - |
| YUV | 173.96 | 137.05 | 38.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 235 | 190 | 0.80 | 0 | 0.19 | 0.08 | 165.56 | 0.82 | 0.55 |
| Hex | 30 | EB | BE | 50 | 0 | 13 | 8 | A6 | 52 | 37 |
| Octal | 60 | 353 | 276 | 120 | 0 | 23 | 10 | 246 | 122 | 67 |
| Binary | 110000 | 11101011 | 10111110 | 1010000 | 0 | 10011 | 1000 | 10100110 | 1010010 | 110111 |
Color Harmonies of #30EBBE
Complementary color
Monochromatic Colors of #30EBBE
Black with #30EBBE
Text Example
Text Example
White with #30EBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EBBE; }
p { color: rgb(48,235,190); }
H1.HeaderClassName
{
color: #30EBBE;
}
.AnyTagClassName
{
color: #30EBBE;
}
</style>
background-color css
<style>
a { background-color: #30EBBE; }
a { background-color: rgb(48,235,190); }
div.DivClassName
{
background-color: #30EBBE;
}
.BgClassName
{
background-color: #30EBBE;
}
</style>
border-color css
<style>
span { border-color: #30EBBE; }
span { border-color: rgb(48,235,190); }
td.TdClassName
{
border-color: #30EBBE;
}
.TagClassName
{
border-color: #30EBBE;
}
</style>