Shades of Turquoise #30F9E2
Tints of Turquoise #30F9E2
RGB
CMYK
RGB Variations
Color information
#30F9E2 (or 0x30F9E2) is known color: Turquoise. HEX triplet: 30, F9 and E2. RGB value is (48,249,226). Sum of RGB (Red+Green+Blue) = 48+249+226=523 (69% of max value = 765). Red value is 48 (19.14% from 255 or 9.18% from 523); Green value is 249 (97.66% from 255 or 47.61% from 523); Blue value is 226 (88.67% from 255 or 43.21% from 523); Max value from RGB is 249 - color contains mainly: green. Hex color #30F9E2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30F9E2 is #CF061D. Grayscale: #BABABA. Windows color (decimal): -13567518 or 14874928. OLE color: 14874928.
HSL color Cylindrical-coordinate representation of color #30F9E2: hue angle of 173.13º 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 #30F9E2 is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 249 | 226 | - |
| CMYK | 0.81 | 0 | 0.09 | 0.02 |
| HSL | 173.13º | 0.94% | 0.58% | - |
| HSV(B) | 173.13º | 0.81% | 0.98% | - |
| XYZ | 48.82 | 73.87 | 83.64 | - |
| YUV | 186.28 | 150.41 | 29.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 249 | 226 | 0.81 | 0 | 0.09 | 0.02 | 173.13 | 0.94 | 0.58 |
| Hex | 30 | F9 | E2 | 51 | 0 | 9 | 2 | AD | 5E | 3A |
| Octal | 60 | 371 | 342 | 121 | 0 | 11 | 2 | 255 | 136 | 72 |
| Binary | 110000 | 11111001 | 11100010 | 1010001 | 0 | 1001 | 10 | 10101101 | 1011110 | 111010 |
Color Harmonies of #30F9E2
Complementary color
Monochromatic Colors of #30F9E2
Black with #30F9E2
Text Example
Text Example
White with #30F9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F9E2; }
p { color: rgb(48,249,226); }
H1.HeaderClassName
{
color: #30F9E2;
}
.AnyTagClassName
{
color: #30F9E2;
}
</style>
background-color css
<style>
a { background-color: #30F9E2; }
a { background-color: rgb(48,249,226); }
div.DivClassName
{
background-color: #30F9E2;
}
.BgClassName
{
background-color: #30F9E2;
}
</style>
border-color css
<style>
span { border-color: #30F9E2; }
span { border-color: rgb(48,249,226); }
td.TdClassName
{
border-color: #30F9E2;
}
.TagClassName
{
border-color: #30F9E2;
}
</style>