Shades of Turquoise #33F2CC
Tints of Turquoise #33F2CC
RGB
CMYK
RGB Variations
Color information
#33F2CC (or 0x33F2CC) is known color: Turquoise. HEX triplet: 33, F2 and CC. RGB value is (51,242,204). Sum of RGB (Red+Green+Blue) = 51+242+204=497 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.26% from 497); Green value is 242 (94.92% from 255 or 48.69% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 242 - color contains mainly: green. Hex color #33F2CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33F2CC is #CC0D33. Grayscale: #B4B4B4. Windows color (decimal): -13372724 or 13431347. OLE color: 13431347.
HSL color Cylindrical-coordinate representation of color #33F2CC: hue angle of 168.06º 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 #33F2CC is Cyan = 0.79, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 51 | 242 | 204 | - |
| CMYK | 0.79 | 0 | 0.16 | 0.05 |
| HSL | 168.06º | 0.88% | 0.57% | - |
| HSV(B) | 168.06º | 0.79% | 0.95% | - |
| XYZ | 44.02 | 68.57 | 68.04 | - |
| YUV | 180.56 | 141.22 | 35.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 242 | 204 | 0.79 | 0 | 0.16 | 0.05 | 168.06 | 0.88 | 0.57 |
| Hex | 33 | F2 | CC | 4F | 0 | 10 | 5 | A8 | 58 | 39 |
| Octal | 63 | 362 | 314 | 117 | 0 | 20 | 5 | 250 | 130 | 71 |
| Binary | 110011 | 11110010 | 11001100 | 1001111 | 0 | 10000 | 101 | 10101000 | 1011000 | 111001 |
Color Harmonies of #33F2CC
Complementary color
Monochromatic Colors of #33F2CC
Black with #33F2CC
Text Example
Text Example
White with #33F2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33F2CC; }
p { color: rgb(51,242,204); }
H1.HeaderClassName
{
color: #33F2CC;
}
.AnyTagClassName
{
color: #33F2CC;
}
</style>
background-color css
<style>
a { background-color: #33F2CC; }
a { background-color: rgb(51,242,204); }
div.DivClassName
{
background-color: #33F2CC;
}
.BgClassName
{
background-color: #33F2CC;
}
</style>
border-color css
<style>
span { border-color: #33F2CC; }
span { border-color: rgb(51,242,204); }
td.TdClassName
{
border-color: #33F2CC;
}
.TagClassName
{
border-color: #33F2CC;
}
</style>