Shades of Turquoise #33F5C5
Tints of Turquoise #33F5C5
RGB
CMYK
RGB Variations
Color information
#33F5C5 (or 0x33F5C5) is known color: Turquoise. HEX triplet: 33, F5 and C5. RGB value is (51,245,197). Sum of RGB (Red+Green+Blue) = 51+245+197=493 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.34% from 493); Green value is 245 (96.09% from 255 or 49.70% from 493); Blue value is 197 (77.34% from 255 or 39.96% from 493); Max value from RGB is 245 - color contains mainly: green. Hex color #33F5C5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33F5C5 is #CC0A3A. Grayscale: #B5B5B5. Windows color (decimal): -13371963 or 12973363. OLE color: 12973363.
HSL color Cylindrical-coordinate representation of color #33F5C5: hue angle of 165.15º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33F5C5 is Cyan = 0.79, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 51 | 245 | 197 | - |
| CMYK | 0.79 | 0 | 0.20 | 0.04 |
| HSL | 165.15º | 0.91% | 0.58% | - |
| HSV(B) | 165.15º | 0.79% | 0.96% | - |
| XYZ | 44.1 | 70.04 | 64.02 | - |
| YUV | 181.52 | 136.73 | 34.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 245 | 197 | 0.79 | 0 | 0.20 | 0.04 | 165.15 | 0.91 | 0.58 |
| Hex | 33 | F5 | C5 | 4F | 0 | 14 | 4 | A5 | 5B | 3A |
| Octal | 63 | 365 | 305 | 117 | 0 | 24 | 4 | 245 | 133 | 72 |
| Binary | 110011 | 11110101 | 11000101 | 1001111 | 0 | 10100 | 100 | 10100101 | 1011011 | 111010 |
Color Harmonies of #33F5C5
Complementary color
Monochromatic Colors of #33F5C5
Black with #33F5C5
Text Example
Text Example
White with #33F5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33F5C5; }
p { color: rgb(51,245,197); }
H1.HeaderClassName
{
color: #33F5C5;
}
.AnyTagClassName
{
color: #33F5C5;
}
</style>
background-color css
<style>
a { background-color: #33F5C5; }
a { background-color: rgb(51,245,197); }
div.DivClassName
{
background-color: #33F5C5;
}
.BgClassName
{
background-color: #33F5C5;
}
</style>
border-color css
<style>
span { border-color: #33F5C5; }
span { border-color: rgb(51,245,197); }
td.TdClassName
{
border-color: #33F5C5;
}
.TagClassName
{
border-color: #33F5C5;
}
</style>