Shades of Turquoise #30FFC6
Tints of Turquoise #30FFC6
RGB
CMYK
RGB Variations
Color information
#30FFC6 (or 0x30FFC6) is known color: Turquoise. HEX triplet: 30, FF and C6. RGB value is (48,255,198). Sum of RGB (Red+Green+Blue) = 48+255+198=501 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.58% from 501); Green value is 255 (100% from 255 or 50.90% from 501); Blue value is 198 (77.73% from 255 or 39.52% from 501); Max value from RGB is 255 - color contains mainly: green. Hex color #30FFC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FFC6 is #CF0039. Grayscale: #BABABA. Windows color (decimal): -13566010 or 13041456. OLE color: 13041456.
HSL color Cylindrical-coordinate representation of color #30FFC6: hue angle of 163.48º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FFC6 is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 255 | 198 | - |
| CMYK | 0.81 | 0 | 0.22 | 0 |
| HSL | 163.48º | 1% | 0.59% | - |
| HSV(B) | 163.48º | 0.81% | 1% | - |
| XYZ | 47.17 | 76.23 | 65.65 | - |
| YUV | 186.61 | 134.42 | 29.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 255 | 198 | 0.81 | 0 | 0.22 | 0 | 163.48 | 1 | 0.59 |
| Hex | 30 | FF | C6 | 51 | 0 | 16 | 0 | A3 | 64 | 3B |
| Octal | 60 | 377 | 306 | 121 | 0 | 26 | 0 | 243 | 144 | 73 |
| Binary | 110000 | 11111111 | 11000110 | 1010001 | 0 | 10110 | 0 | 10100011 | 1100100 | 111011 |
Color Harmonies of #30FFC6
Complementary color
Monochromatic Colors of #30FFC6
Black with #30FFC6
Text Example
Text Example
White with #30FFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FFC6; }
p { color: rgb(48,255,198); }
H1.HeaderClassName
{
color: #30FFC6;
}
.AnyTagClassName
{
color: #30FFC6;
}
</style>
background-color css
<style>
a { background-color: #30FFC6; }
a { background-color: rgb(48,255,198); }
div.DivClassName
{
background-color: #30FFC6;
}
.BgClassName
{
background-color: #30FFC6;
}
</style>
border-color css
<style>
span { border-color: #30FFC6; }
span { border-color: rgb(48,255,198); }
td.TdClassName
{
border-color: #30FFC6;
}
.TagClassName
{
border-color: #30FFC6;
}
</style>