Shades of Turquoise #30F9B2
Tints of Turquoise #30F9B2
RGB
CMYK
RGB Variations
Color information
#30F9B2 (or 0x30F9B2) is known color: Turquoise. HEX triplet: 30, F9 and B2. RGB value is (48,249,178). Sum of RGB (Red+Green+Blue) = 48+249+178=475 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.11% from 475); Green value is 249 (97.66% from 255 or 52.42% from 475); Blue value is 178 (69.92% from 255 or 37.47% from 475); Max value from RGB is 249 - color contains mainly: green. Hex color #30F9B2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30F9B2 is #CF064D. Grayscale: #B4B4B4. Windows color (decimal): -13567566 or 11729200. OLE color: 11729200.
HSL color Cylindrical-coordinate representation of color #30F9B2: hue angle of 158.81º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30F9B2 is Cyan = 0.81, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 249 | 178 | - |
| CMYK | 0.81 | 0 | 0.29 | 0.02 |
| HSL | 158.81º | 0.94% | 0.58% | - |
| HSV(B) | 158.81º | 0.81% | 0.98% | - |
| XYZ | 43.13 | 71.59 | 53.67 | - |
| YUV | 180.81 | 126.41 | 33.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 249 | 178 | 0.81 | 0 | 0.29 | 0.02 | 158.81 | 0.94 | 0.58 |
| Hex | 30 | F9 | B2 | 51 | 0 | 1D | 2 | 9F | 5E | 3A |
| Octal | 60 | 371 | 262 | 121 | 0 | 35 | 2 | 237 | 136 | 72 |
| Binary | 110000 | 11111001 | 10110010 | 1010001 | 0 | 11101 | 10 | 10011111 | 1011110 | 111010 |
Color Harmonies of #30F9B2
Complementary color
Monochromatic Colors of #30F9B2
Black with #30F9B2
Text Example
Text Example
White with #30F9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F9B2; }
p { color: rgb(48,249,178); }
H1.HeaderClassName
{
color: #30F9B2;
}
.AnyTagClassName
{
color: #30F9B2;
}
</style>
background-color css
<style>
a { background-color: #30F9B2; }
a { background-color: rgb(48,249,178); }
div.DivClassName
{
background-color: #30F9B2;
}
.BgClassName
{
background-color: #30F9B2;
}
</style>
border-color css
<style>
span { border-color: #30F9B2; }
span { border-color: rgb(48,249,178); }
td.TdClassName
{
border-color: #30F9B2;
}
.TagClassName
{
border-color: #30F9B2;
}
</style>