Shades of Turquoise #30E1BD
Tints of Turquoise #30E1BD
RGB
CMYK
RGB Variations
Color information
#30E1BD (or 0x30E1BD) is known color: Turquoise. HEX triplet: 30, E1 and BD. RGB value is (48,225,189). Sum of RGB (Red+Green+Blue) = 48+225+189=462 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.39% from 462); Green value is 225 (88.28% from 255 or 48.70% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 225 - color contains mainly: green. Hex color #30E1BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30E1BD is #CF1E42. Grayscale: #A7A7A7. Windows color (decimal): -13573699 or 12443952. OLE color: 12443952.
HSL color Cylindrical-coordinate representation of color #30E1BD: hue angle of 167.8º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E1BD is Cyan = 0.79, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 48 | 225 | 189 | - |
| CMYK | 0.79 | 0 | 0.16 | 0.12 |
| HSL | 167.8º | 0.75% | 0.54% | - |
| HSV(B) | 167.8º | 0.79% | 0.88% | - |
| XYZ | 37.33 | 58.15 | 57.4 | - |
| YUV | 167.97 | 139.86 | 42.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 225 | 189 | 0.79 | 0 | 0.16 | 0.12 | 167.8 | 0.75 | 0.54 |
| Hex | 30 | E1 | BD | 4F | 0 | 10 | C | A8 | 4B | 36 |
| Octal | 60 | 341 | 275 | 117 | 0 | 20 | 14 | 250 | 113 | 66 |
| Binary | 110000 | 11100001 | 10111101 | 1001111 | 0 | 10000 | 1100 | 10101000 | 1001011 | 110110 |
Color Harmonies of #30E1BD
Complementary color
Monochromatic Colors of #30E1BD
Black with #30E1BD
Text Example
Text Example
White with #30E1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E1BD; }
p { color: rgb(48,225,189); }
H1.HeaderClassName
{
color: #30E1BD;
}
.AnyTagClassName
{
color: #30E1BD;
}
</style>
background-color css
<style>
a { background-color: #30E1BD; }
a { background-color: rgb(48,225,189); }
div.DivClassName
{
background-color: #30E1BD;
}
.BgClassName
{
background-color: #30E1BD;
}
</style>
border-color css
<style>
span { border-color: #30E1BD; }
span { border-color: rgb(48,225,189); }
td.TdClassName
{
border-color: #30E1BD;
}
.TagClassName
{
border-color: #30E1BD;
}
</style>