Shades of Turquoise #30F9D7
Tints of Turquoise #30F9D7
RGB
CMYK
RGB Variations
Color information
#30F9D7 (or 0x30F9D7) is known color: Turquoise. HEX triplet: 30, F9 and D7. RGB value is (48,249,215). Sum of RGB (Red+Green+Blue) = 48+249+215=512 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.38% from 512); Green value is 249 (97.66% from 255 or 48.63% from 512); Blue value is 215 (84.38% from 255 or 41.99% from 512); Max value from RGB is 249 - color contains mainly: green. Hex color #30F9D7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30F9D7 is #CF0628. Grayscale: #B8B8B8. Windows color (decimal): -13567529 or 14154032. OLE color: 14154032.
HSL color Cylindrical-coordinate representation of color #30F9D7: hue angle of 169.85º 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 #30F9D7 is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 249 | 215 | - |
| CMYK | 0.81 | 0 | 0.14 | 0.02 |
| HSL | 169.85º | 0.94% | 0.58% | - |
| HSV(B) | 169.85º | 0.81% | 0.98% | - |
| XYZ | 47.36 | 73.29 | 75.94 | - |
| YUV | 185.03 | 144.91 | 30.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 249 | 215 | 0.81 | 0 | 0.14 | 0.02 | 169.85 | 0.94 | 0.58 |
| Hex | 30 | F9 | D7 | 51 | 0 | E | 2 | AA | 5E | 3A |
| Octal | 60 | 371 | 327 | 121 | 0 | 16 | 2 | 252 | 136 | 72 |
| Binary | 110000 | 11111001 | 11010111 | 1010001 | 0 | 1110 | 10 | 10101010 | 1011110 | 111010 |
Color Harmonies of #30F9D7
Complementary color
Monochromatic Colors of #30F9D7
Black with #30F9D7
Text Example
Text Example
White with #30F9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F9D7; }
p { color: rgb(48,249,215); }
H1.HeaderClassName
{
color: #30F9D7;
}
.AnyTagClassName
{
color: #30F9D7;
}
</style>
background-color css
<style>
a { background-color: #30F9D7; }
a { background-color: rgb(48,249,215); }
div.DivClassName
{
background-color: #30F9D7;
}
.BgClassName
{
background-color: #30F9D7;
}
</style>
border-color css
<style>
span { border-color: #30F9D7; }
span { border-color: rgb(48,249,215); }
td.TdClassName
{
border-color: #30F9D7;
}
.TagClassName
{
border-color: #30F9D7;
}
</style>