Shades of Turquoise #30F3C9
Tints of Turquoise #30F3C9
RGB
CMYK
RGB Variations
Color information
#30F3C9 (or 0x30F3C9) is known color: Turquoise. HEX triplet: 30, F3 and C9. RGB value is (48,243,201). Sum of RGB (Red+Green+Blue) = 48+243+201=492 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.76% from 492); Green value is 243 (95.31% from 255 or 49.39% from 492); Blue value is 201 (78.91% from 255 or 40.85% from 492); Max value from RGB is 243 - color contains mainly: green. Hex color #30F3C9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30F3C9 is #CF0C36. Grayscale: #B3B3B3. Windows color (decimal): -13569079 or 13234992. OLE color: 13234992.
HSL color Cylindrical-coordinate representation of color #30F3C9: hue angle of 167.08º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F3C9 is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 243 | 201 | - |
| CMYK | 0.80 | 0 | 0.17 | 0.05 |
| HSL | 167.08º | 0.89% | 0.57% | - |
| HSV(B) | 167.08º | 0.8% | 0.95% | - |
| XYZ | 43.81 | 68.95 | 66.26 | - |
| YUV | 179.91 | 139.9 | 33.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 243 | 201 | 0.80 | 0 | 0.17 | 0.05 | 167.08 | 0.89 | 0.57 |
| Hex | 30 | F3 | C9 | 50 | 0 | 11 | 5 | A7 | 59 | 39 |
| Octal | 60 | 363 | 311 | 120 | 0 | 21 | 5 | 247 | 131 | 71 |
| Binary | 110000 | 11110011 | 11001001 | 1010000 | 0 | 10001 | 101 | 10100111 | 1011001 | 111001 |
Color Harmonies of #30F3C9
Complementary color
Monochromatic Colors of #30F3C9
Black with #30F3C9
Text Example
Text Example
White with #30F3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F3C9; }
p { color: rgb(48,243,201); }
H1.HeaderClassName
{
color: #30F3C9;
}
.AnyTagClassName
{
color: #30F3C9;
}
</style>
background-color css
<style>
a { background-color: #30F3C9; }
a { background-color: rgb(48,243,201); }
div.DivClassName
{
background-color: #30F3C9;
}
.BgClassName
{
background-color: #30F3C9;
}
</style>
border-color css
<style>
span { border-color: #30F3C9; }
span { border-color: rgb(48,243,201); }
td.TdClassName
{
border-color: #30F3C9;
}
.TagClassName
{
border-color: #30F3C9;
}
</style>