Shades of Turquoise #30F5C1
Tints of Turquoise #30F5C1
RGB
CMYK
RGB Variations
Color information
#30F5C1 (or 0x30F5C1) is known color: Turquoise. HEX triplet: 30, F5 and C1. RGB value is (48,245,193). Sum of RGB (Red+Green+Blue) = 48+245+193=486 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.88% from 486); Green value is 245 (96.09% from 255 or 50.41% from 486); Blue value is 193 (75.78% from 255 or 39.71% from 486); Max value from RGB is 245 - color contains mainly: green. Hex color #30F5C1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30F5C1 is #CF0A3E. Grayscale: #B4B4B4. Windows color (decimal): -13568575 or 12711216. OLE color: 12711216.
HSL color Cylindrical-coordinate representation of color #30F5C1: hue angle of 164.16º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F5C1 is Cyan = 0.80, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 48 | 245 | 193 | - |
| CMYK | 0.80 | 0 | 0.21 | 0.04 |
| HSL | 164.16º | 0.91% | 0.57% | - |
| HSV(B) | 164.16º | 0.8% | 0.96% | - |
| XYZ | 43.5 | 69.78 | 61.63 | - |
| YUV | 180.17 | 135.23 | 33.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 245 | 193 | 0.80 | 0 | 0.21 | 0.04 | 164.16 | 0.91 | 0.57 |
| Hex | 30 | F5 | C1 | 50 | 0 | 15 | 4 | A4 | 5B | 39 |
| Octal | 60 | 365 | 301 | 120 | 0 | 25 | 4 | 244 | 133 | 71 |
| Binary | 110000 | 11110101 | 11000001 | 1010000 | 0 | 10101 | 100 | 10100100 | 1011011 | 111001 |
Color Harmonies of #30F5C1
Complementary color
Monochromatic Colors of #30F5C1
Black with #30F5C1
Text Example
Text Example
White with #30F5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F5C1; }
p { color: rgb(48,245,193); }
H1.HeaderClassName
{
color: #30F5C1;
}
.AnyTagClassName
{
color: #30F5C1;
}
</style>
background-color css
<style>
a { background-color: #30F5C1; }
a { background-color: rgb(48,245,193); }
div.DivClassName
{
background-color: #30F5C1;
}
.BgClassName
{
background-color: #30F5C1;
}
</style>
border-color css
<style>
span { border-color: #30F5C1; }
span { border-color: rgb(48,245,193); }
td.TdClassName
{
border-color: #30F5C1;
}
.TagClassName
{
border-color: #30F5C1;
}
</style>