Shades of Turquoise #30FCC9
Tints of Turquoise #30FCC9
RGB
CMYK
RGB Variations
Color information
#30FCC9 (or 0x30FCC9) is known color: Turquoise. HEX triplet: 30, FC and C9. RGB value is (48,252,201). Sum of RGB (Red+Green+Blue) = 48+252+201=501 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.58% from 501); Green value is 252 (98.83% from 255 or 50.30% from 501); Blue value is 201 (78.91% from 255 or 40.12% from 501); Max value from RGB is 252 - color contains mainly: green. Hex color #30FCC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FCC9 is #CF0336. Grayscale: #B9B9B9. Windows color (decimal): -13566775 or 13237296. OLE color: 13237296.
HSL color Cylindrical-coordinate representation of color #30FCC9: hue angle of 165º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FCC9 is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 252 | 201 | - |
| CMYK | 0.81 | 0 | 0.20 | 0.01 |
| HSL | 165º | 0.97% | 0.59% | - |
| HSV(B) | 165º | 0.81% | 0.99% | - |
| XYZ | 46.57 | 74.47 | 67.18 | - |
| YUV | 185.19 | 136.91 | 30.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 252 | 201 | 0.81 | 0 | 0.20 | 0.01 | 165 | 0.97 | 0.59 |
| Hex | 30 | FC | C9 | 51 | 0 | 14 | 1 | A5 | 61 | 3B |
| Octal | 60 | 374 | 311 | 121 | 0 | 24 | 1 | 245 | 141 | 73 |
| Binary | 110000 | 11111100 | 11001001 | 1010001 | 0 | 10100 | 1 | 10100101 | 1100001 | 111011 |
Color Harmonies of #30FCC9
Complementary color
Monochromatic Colors of #30FCC9
Black with #30FCC9
Text Example
Text Example
White with #30FCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FCC9; }
p { color: rgb(48,252,201); }
H1.HeaderClassName
{
color: #30FCC9;
}
.AnyTagClassName
{
color: #30FCC9;
}
</style>
background-color css
<style>
a { background-color: #30FCC9; }
a { background-color: rgb(48,252,201); }
div.DivClassName
{
background-color: #30FCC9;
}
.BgClassName
{
background-color: #30FCC9;
}
</style>
border-color css
<style>
span { border-color: #30FCC9; }
span { border-color: rgb(48,252,201); }
td.TdClassName
{
border-color: #30FCC9;
}
.TagClassName
{
border-color: #30FCC9;
}
</style>