Shades of Turquoise #30FFC5
Tints of Turquoise #30FFC5
RGB
CMYK
RGB Variations
Color information
#30FFC5 (or 0x30FFC5) is known color: Turquoise. HEX triplet: 30, FF and C5. RGB value is (48,255,197). Sum of RGB (Red+Green+Blue) = 48+255+197=500 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.6% from 500); Green value is 255 (100% from 255 or 51% from 500); Blue value is 197 (77.34% from 255 or 39.4% from 500); Max value from RGB is 255 - color contains mainly: green. Hex color #30FFC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FFC5 is #CF003A. Grayscale: #BABABA. Windows color (decimal): -13566011 or 12975920. OLE color: 12975920.
HSL color Cylindrical-coordinate representation of color #30FFC5: hue angle of 163.19º 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 #30FFC5 is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 255 | 197 | - |
| CMYK | 0.81 | 0 | 0.23 | 0 |
| HSL | 163.19º | 1% | 0.59% | - |
| HSV(B) | 163.19º | 0.81% | 1% | - |
| XYZ | 47.06 | 76.18 | 65.05 | - |
| YUV | 186.5 | 133.92 | 29.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 255 | 197 | 0.81 | 0 | 0.23 | 0 | 163.19 | 1 | 0.59 |
| Hex | 30 | FF | C5 | 51 | 0 | 17 | 0 | A3 | 64 | 3B |
| Octal | 60 | 377 | 305 | 121 | 0 | 27 | 0 | 243 | 144 | 73 |
| Binary | 110000 | 11111111 | 11000101 | 1010001 | 0 | 10111 | 0 | 10100011 | 1100100 | 111011 |
Color Harmonies of #30FFC5
Complementary color
Monochromatic Colors of #30FFC5
Black with #30FFC5
Text Example
Text Example
White with #30FFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FFC5; }
p { color: rgb(48,255,197); }
H1.HeaderClassName
{
color: #30FFC5;
}
.AnyTagClassName
{
color: #30FFC5;
}
</style>
background-color css
<style>
a { background-color: #30FFC5; }
a { background-color: rgb(48,255,197); }
div.DivClassName
{
background-color: #30FFC5;
}
.BgClassName
{
background-color: #30FFC5;
}
</style>
border-color css
<style>
span { border-color: #30FFC5; }
span { border-color: rgb(48,255,197); }
td.TdClassName
{
border-color: #30FFC5;
}
.TagClassName
{
border-color: #30FFC5;
}
</style>