Shades of Turquoise #30FCBC
Tints of Turquoise #30FCBC
RGB
CMYK
RGB Variations
Color information
#30FCBC (or 0x30FCBC) is known color: Turquoise. HEX triplet: 30, FC and BC. RGB value is (48,252,188). Sum of RGB (Red+Green+Blue) = 48+252+188=488 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.84% from 488); Green value is 252 (98.83% from 255 or 51.64% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 252 - color contains mainly: green. Hex color #30FCBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FCBC is #CF0343. Grayscale: #B7B7B7. Windows color (decimal): -13566788 or 12385328. OLE color: 12385328.
HSL color Cylindrical-coordinate representation of color #30FCBC: hue angle of 161.18º 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 #30FCBC is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 252 | 188 | - |
| CMYK | 0.81 | 0 | 0.25 | 0.01 |
| HSL | 161.18º | 0.97% | 0.59% | - |
| HSV(B) | 161.18º | 0.81% | 0.99% | - |
| XYZ | 45.11 | 73.88 | 59.46 | - |
| YUV | 183.71 | 130.41 | 31.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 252 | 188 | 0.81 | 0 | 0.25 | 0.01 | 161.18 | 0.97 | 0.59 |
| Hex | 30 | FC | BC | 51 | 0 | 19 | 1 | A1 | 61 | 3B |
| Octal | 60 | 374 | 274 | 121 | 0 | 31 | 1 | 241 | 141 | 73 |
| Binary | 110000 | 11111100 | 10111100 | 1010001 | 0 | 11001 | 1 | 10100001 | 1100001 | 111011 |
Color Harmonies of #30FCBC
Complementary color
Monochromatic Colors of #30FCBC
Black with #30FCBC
Text Example
Text Example
White with #30FCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FCBC; }
p { color: rgb(48,252,188); }
H1.HeaderClassName
{
color: #30FCBC;
}
.AnyTagClassName
{
color: #30FCBC;
}
</style>
background-color css
<style>
a { background-color: #30FCBC; }
a { background-color: rgb(48,252,188); }
div.DivClassName
{
background-color: #30FCBC;
}
.BgClassName
{
background-color: #30FCBC;
}
</style>
border-color css
<style>
span { border-color: #30FCBC; }
span { border-color: rgb(48,252,188); }
td.TdClassName
{
border-color: #30FCBC;
}
.TagClassName
{
border-color: #30FCBC;
}
</style>