Shades of Turquoise #33F2CF
Tints of Turquoise #33F2CF
RGB
CMYK
RGB Variations
Color information
#33F2CF (or 0x33F2CF) is known color: Turquoise. HEX triplet: 33, F2 and CF. RGB value is (51,242,207). Sum of RGB (Red+Green+Blue) = 51+242+207=500 (66% of max value = 765). Red value is 51 (20.31% from 255 or 10.2% from 500); Green value is 242 (94.92% from 255 or 48.4% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 242 - color contains mainly: green. Hex color #33F2CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33F2CF is #CC0D30. Grayscale: #B4B4B4. Windows color (decimal): -13372721 or 13627955. OLE color: 13627955.
HSL color Cylindrical-coordinate representation of color #33F2CF: hue angle of 169.01º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33F2CF is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 51 | 242 | 207 | - |
| CMYK | 0.79 | 0 | 0.14 | 0.05 |
| HSL | 169.01º | 0.88% | 0.57% | - |
| HSV(B) | 169.01º | 0.79% | 0.95% | - |
| XYZ | 44.38 | 68.71 | 69.96 | - |
| YUV | 180.9 | 142.72 | 35.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 242 | 207 | 0.79 | 0 | 0.14 | 0.05 | 169.01 | 0.88 | 0.57 |
| Hex | 33 | F2 | CF | 4F | 0 | E | 5 | A9 | 58 | 39 |
| Octal | 63 | 362 | 317 | 117 | 0 | 16 | 5 | 251 | 130 | 71 |
| Binary | 110011 | 11110010 | 11001111 | 1001111 | 0 | 1110 | 101 | 10101001 | 1011000 | 111001 |
Color Harmonies of #33F2CF
Complementary color
Monochromatic Colors of #33F2CF
Black with #33F2CF
Text Example
Text Example
White with #33F2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33F2CF; }
p { color: rgb(51,242,207); }
H1.HeaderClassName
{
color: #33F2CF;
}
.AnyTagClassName
{
color: #33F2CF;
}
</style>
background-color css
<style>
a { background-color: #33F2CF; }
a { background-color: rgb(51,242,207); }
div.DivClassName
{
background-color: #33F2CF;
}
.BgClassName
{
background-color: #33F2CF;
}
</style>
border-color css
<style>
span { border-color: #33F2CF; }
span { border-color: rgb(51,242,207); }
td.TdClassName
{
border-color: #33F2CF;
}
.TagClassName
{
border-color: #33F2CF;
}
</style>