Shades of Turquoise #33FCBC
Tints of Turquoise #33FCBC
RGB
CMYK
RGB Variations
Color information
#33FCBC (or 0x33FCBC) is known color: Turquoise. HEX triplet: 33, FC and BC. RGB value is (51,252,188). Sum of RGB (Red+Green+Blue) = 51+252+188=491 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.39% from 491); Green value is 252 (98.83% from 255 or 51.32% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 252 - color contains mainly: green. Hex color #33FCBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FCBC is #CC0343. Grayscale: #B8B8B8. Windows color (decimal): -13370180 or 12385331. OLE color: 12385331.
HSL color Cylindrical-coordinate representation of color #33FCBC: hue angle of 160.9º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FCBC is Cyan = 0.80, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 252 | 188 | - |
| CMYK | 0.80 | 0 | 0.25 | 0.01 |
| HSL | 160.9º | 0.97% | 0.59% | - |
| HSV(B) | 160.9º | 0.8% | 0.99% | - |
| XYZ | 45.25 | 73.96 | 59.47 | - |
| YUV | 184.61 | 129.91 | 32.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 252 | 188 | 0.80 | 0 | 0.25 | 0.01 | 160.9 | 0.97 | 0.59 |
| Hex | 33 | FC | BC | 50 | 0 | 19 | 1 | A1 | 61 | 3B |
| Octal | 63 | 374 | 274 | 120 | 0 | 31 | 1 | 241 | 141 | 73 |
| Binary | 110011 | 11111100 | 10111100 | 1010000 | 0 | 11001 | 1 | 10100001 | 1100001 | 111011 |
Color Harmonies of #33FCBC
Complementary color
Monochromatic Colors of #33FCBC
Black with #33FCBC
Text Example
Text Example
White with #33FCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FCBC; }
p { color: rgb(51,252,188); }
H1.HeaderClassName
{
color: #33FCBC;
}
.AnyTagClassName
{
color: #33FCBC;
}
</style>
background-color css
<style>
a { background-color: #33FCBC; }
a { background-color: rgb(51,252,188); }
div.DivClassName
{
background-color: #33FCBC;
}
.BgClassName
{
background-color: #33FCBC;
}
</style>
border-color css
<style>
span { border-color: #33FCBC; }
span { border-color: rgb(51,252,188); }
td.TdClassName
{
border-color: #33FCBC;
}
.TagClassName
{
border-color: #33FCBC;
}
</style>