Shades of Turquoise #30F2F9
Tints of Turquoise #30F2F9
RGB
CMYK
RGB Variations
Color information
#30F2F9 (or 0x30F2F9) is known color: Turquoise. HEX triplet: 30, F2 and F9. RGB value is (48,242,249). Sum of RGB (Red+Green+Blue) = 48+242+249=539 (71% of max value = 765). Red value is 48 (19.14% from 255 or 8.91% from 539); Green value is 242 (94.92% from 255 or 44.90% from 539); Blue value is 249 (97.66% from 255 or 46.20% from 539); Max value from RGB is 249 - color contains mainly: blue. Hex color #30F2F9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30F2F9 is #CF0D06. Grayscale: #B8B8B8. Windows color (decimal): -13569287 or 16380464. OLE color: 16380464.
HSL color Cylindrical-coordinate representation of color #30F2F9: hue angle of 182.09º 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 #30F2F9 is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 242 | 249 | - |
| CMYK | 0.81 | 0.03 | 0 | 0.02 |
| HSL | 182.09º | 0.94% | 0.58% | - |
| HSV(B) | 182.09º | 0.81% | 0.98% | - |
| XYZ | 50.07 | 70.97 | 100.68 | - |
| YUV | 184.79 | 164.23 | 30.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 242 | 249 | 0.81 | 0.03 | 0 | 0.02 | 182.09 | 0.94 | 0.58 |
| Hex | 30 | F2 | F9 | 51 | 3 | 0 | 2 | B6 | 5E | 3A |
| Octal | 60 | 362 | 371 | 121 | 3 | 0 | 2 | 266 | 136 | 72 |
| Binary | 110000 | 11110010 | 11111001 | 1010001 | 11 | 0 | 10 | 10110110 | 1011110 | 111010 |
Color Harmonies of #30F2F9
Complementary color
Monochromatic Colors of #30F2F9
Black with #30F2F9
Text Example
Text Example
White with #30F2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F2F9; }
p { color: rgb(48,242,249); }
H1.HeaderClassName
{
color: #30F2F9;
}
.AnyTagClassName
{
color: #30F2F9;
}
</style>
background-color css
<style>
a { background-color: #30F2F9; }
a { background-color: rgb(48,242,249); }
div.DivClassName
{
background-color: #30F2F9;
}
.BgClassName
{
background-color: #30F2F9;
}
</style>
border-color css
<style>
span { border-color: #30F2F9; }
span { border-color: rgb(48,242,249); }
td.TdClassName
{
border-color: #30F2F9;
}
.TagClassName
{
border-color: #30F2F9;
}
</style>