Shades of Turquoise #33FBC2
Tints of Turquoise #33FBC2
RGB
CMYK
RGB Variations
Color information
#33FBC2 (or 0x33FBC2) is known color: Turquoise. HEX triplet: 33, FB and C2. RGB value is (51,251,194). Sum of RGB (Red+Green+Blue) = 51+251+194=496 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.28% from 496); Green value is 251 (98.44% from 255 or 50.60% from 496); Blue value is 194 (76.17% from 255 or 39.11% from 496); Max value from RGB is 251 - color contains mainly: green. Hex color #33FBC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FBC2 is #CC043D. Grayscale: #B8B8B8. Windows color (decimal): -13370430 or 12778291. OLE color: 12778291.
HSL color Cylindrical-coordinate representation of color #33FBC2: hue angle of 162.9º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FBC2 is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 251 | 194 | - |
| CMYK | 0.80 | 0 | 0.23 | 0.02 |
| HSL | 162.9º | 0.96% | 0.59% | - |
| HSV(B) | 162.9º | 0.8% | 0.98% | - |
| XYZ | 45.6 | 73.59 | 62.84 | - |
| YUV | 184.7 | 133.24 | 32.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 251 | 194 | 0.80 | 0 | 0.23 | 0.02 | 162.9 | 0.96 | 0.59 |
| Hex | 33 | FB | C2 | 50 | 0 | 17 | 2 | A3 | 60 | 3B |
| Octal | 63 | 373 | 302 | 120 | 0 | 27 | 2 | 243 | 140 | 73 |
| Binary | 110011 | 11111011 | 11000010 | 1010000 | 0 | 10111 | 10 | 10100011 | 1100000 | 111011 |
Color Harmonies of #33FBC2
Complementary color
Monochromatic Colors of #33FBC2
Black with #33FBC2
Text Example
Text Example
White with #33FBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FBC2; }
p { color: rgb(51,251,194); }
H1.HeaderClassName
{
color: #33FBC2;
}
.AnyTagClassName
{
color: #33FBC2;
}
</style>
background-color css
<style>
a { background-color: #33FBC2; }
a { background-color: rgb(51,251,194); }
div.DivClassName
{
background-color: #33FBC2;
}
.BgClassName
{
background-color: #33FBC2;
}
</style>
border-color css
<style>
span { border-color: #33FBC2; }
span { border-color: rgb(51,251,194); }
td.TdClassName
{
border-color: #33FBC2;
}
.TagClassName
{
border-color: #33FBC2;
}
</style>