Shades of Turquoise #30FCBF
Tints of Turquoise #30FCBF
RGB
CMYK
RGB Variations
Color information
#30FCBF (or 0x30FCBF) is known color: Turquoise. HEX triplet: 30, FC and BF. RGB value is (48,252,191). Sum of RGB (Red+Green+Blue) = 48+252+191=491 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.78% from 491); Green value is 252 (98.83% from 255 or 51.32% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 252 - color contains mainly: green. Hex color #30FCBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FCBF is #CF0340. Grayscale: #B8B8B8. Windows color (decimal): -13566785 or 12581936. OLE color: 12581936.
HSL color Cylindrical-coordinate representation of color #30FCBF: hue angle of 162.06º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FCBF is Cyan = 0.81, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 252 | 191 | - |
| CMYK | 0.81 | 0 | 0.24 | 0.01 |
| HSL | 162.06º | 0.97% | 0.59% | - |
| HSV(B) | 162.06º | 0.81% | 0.99% | - |
| XYZ | 45.43 | 74.01 | 61.18 | - |
| YUV | 184.05 | 131.91 | 30.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 252 | 191 | 0.81 | 0 | 0.24 | 0.01 | 162.06 | 0.97 | 0.59 |
| Hex | 30 | FC | BF | 51 | 0 | 18 | 1 | A2 | 61 | 3B |
| Octal | 60 | 374 | 277 | 121 | 0 | 30 | 1 | 242 | 141 | 73 |
| Binary | 110000 | 11111100 | 10111111 | 1010001 | 0 | 11000 | 1 | 10100010 | 1100001 | 111011 |
Color Harmonies of #30FCBF
Complementary color
Monochromatic Colors of #30FCBF
Black with #30FCBF
Text Example
Text Example
White with #30FCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FCBF; }
p { color: rgb(48,252,191); }
H1.HeaderClassName
{
color: #30FCBF;
}
.AnyTagClassName
{
color: #30FCBF;
}
</style>
background-color css
<style>
a { background-color: #30FCBF; }
a { background-color: rgb(48,252,191); }
div.DivClassName
{
background-color: #30FCBF;
}
.BgClassName
{
background-color: #30FCBF;
}
</style>
border-color css
<style>
span { border-color: #30FCBF; }
span { border-color: rgb(48,252,191); }
td.TdClassName
{
border-color: #30FCBF;
}
.TagClassName
{
border-color: #30FCBF;
}
</style>