Shades of Turquoise #30FFC9
Tints of Turquoise #30FFC9
RGB
CMYK
RGB Variations
Color information
#30FFC9 (or 0x30FFC9) is known color: Turquoise. HEX triplet: 30, FF and C9. RGB value is (48,255,201). Sum of RGB (Red+Green+Blue) = 48+255+201=504 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.52% from 504); Green value is 255 (100% from 255 or 50.60% from 504); Blue value is 201 (78.91% from 255 or 39.88% from 504); Max value from RGB is 255 - color contains mainly: green. Hex color #30FFC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FFC9 is #CF0036. Grayscale: #BABABA. Windows color (decimal): -13566007 or 13238064. OLE color: 13238064.
HSL color Cylindrical-coordinate representation of color #30FFC9: hue angle of 164.35º 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 #30FFC9 is Cyan = 0.81, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 255 | 201 | - |
| CMYK | 0.81 | 0 | 0.21 | 0 |
| HSL | 164.35º | 1% | 0.59% | - |
| HSV(B) | 164.35º | 0.81% | 1% | - |
| XYZ | 47.52 | 76.37 | 67.49 | - |
| YUV | 186.95 | 135.92 | 28.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 255 | 201 | 0.81 | 0 | 0.21 | 0 | 164.35 | 1 | 0.59 |
| Hex | 30 | FF | C9 | 51 | 0 | 15 | 0 | A4 | 64 | 3B |
| Octal | 60 | 377 | 311 | 121 | 0 | 25 | 0 | 244 | 144 | 73 |
| Binary | 110000 | 11111111 | 11001001 | 1010001 | 0 | 10101 | 0 | 10100100 | 1100100 | 111011 |
Color Harmonies of #30FFC9
Complementary color
Monochromatic Colors of #30FFC9
Black with #30FFC9
Text Example
Text Example
White with #30FFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FFC9; }
p { color: rgb(48,255,201); }
H1.HeaderClassName
{
color: #30FFC9;
}
.AnyTagClassName
{
color: #30FFC9;
}
</style>
background-color css
<style>
a { background-color: #30FFC9; }
a { background-color: rgb(48,255,201); }
div.DivClassName
{
background-color: #30FFC9;
}
.BgClassName
{
background-color: #30FFC9;
}
</style>
border-color css
<style>
span { border-color: #30FFC9; }
span { border-color: rgb(48,255,201); }
td.TdClassName
{
border-color: #30FFC9;
}
.TagClassName
{
border-color: #30FFC9;
}
</style>