Shades of Turquoise #30FBC3
Tints of Turquoise #30FBC3
RGB
CMYK
RGB Variations
Color information
#30FBC3 (or 0x30FBC3) is known color: Turquoise. HEX triplet: 30, FB and C3. RGB value is (48,251,195). Sum of RGB (Red+Green+Blue) = 48+251+195=494 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.72% from 494); Green value is 251 (98.44% from 255 or 50.81% from 494); Blue value is 195 (76.56% from 255 or 39.47% from 494); Max value from RGB is 251 - color contains mainly: green. Hex color #30FBC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FBC3 is #CF043C. Grayscale: #B7B7B7. Windows color (decimal): -13567037 or 12843824. OLE color: 12843824.
HSL color Cylindrical-coordinate representation of color #30FBC3: hue angle of 163.45º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FBC3 is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 251 | 195 | - |
| CMYK | 0.81 | 0 | 0.22 | 0.02 |
| HSL | 163.45º | 0.96% | 0.59% | - |
| HSV(B) | 163.45º | 0.81% | 0.98% | - |
| XYZ | 45.57 | 73.56 | 63.43 | - |
| YUV | 183.92 | 134.25 | 31.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 251 | 195 | 0.81 | 0 | 0.22 | 0.02 | 163.45 | 0.96 | 0.59 |
| Hex | 30 | FB | C3 | 51 | 0 | 16 | 2 | A3 | 60 | 3B |
| Octal | 60 | 373 | 303 | 121 | 0 | 26 | 2 | 243 | 140 | 73 |
| Binary | 110000 | 11111011 | 11000011 | 1010001 | 0 | 10110 | 10 | 10100011 | 1100000 | 111011 |
Color Harmonies of #30FBC3
Complementary color
Monochromatic Colors of #30FBC3
Black with #30FBC3
Text Example
Text Example
White with #30FBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FBC3; }
p { color: rgb(48,251,195); }
H1.HeaderClassName
{
color: #30FBC3;
}
.AnyTagClassName
{
color: #30FBC3;
}
</style>
background-color css
<style>
a { background-color: #30FBC3; }
a { background-color: rgb(48,251,195); }
div.DivClassName
{
background-color: #30FBC3;
}
.BgClassName
{
background-color: #30FBC3;
}
</style>
border-color css
<style>
span { border-color: #30FBC3; }
span { border-color: rgb(48,251,195); }
td.TdClassName
{
border-color: #30FBC3;
}
.TagClassName
{
border-color: #30FBC3;
}
</style>