Shades of Turquoise #33FFCF
Tints of Turquoise #33FFCF
RGB
CMYK
RGB Variations
Color information
#33FFCF (or 0x33FFCF) is known color: Turquoise. HEX triplet: 33, FF and CF. RGB value is (51,255,207). Sum of RGB (Red+Green+Blue) = 51+255+207=513 (67% of max value = 765). Red value is 51 (20.31% from 255 or 9.94% from 513); Green value is 255 (100% from 255 or 49.71% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 255 - color contains mainly: green. Hex color #33FFCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FFCF is #CC0030. Grayscale: #BCBCBC. Windows color (decimal): -13369393 or 13631283. OLE color: 13631283.
HSL color Cylindrical-coordinate representation of color #33FFCF: hue angle of 165.88º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FFCF is Cyan = 0.8, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 255 | 207 | - |
| CMYK | 0.8 | 0 | 0.19 | 0 |
| HSL | 165.88º | 1% | 0.6% | - |
| HSV(B) | 165.88º | 0.8% | 1% | - |
| XYZ | 48.39 | 76.73 | 71.29 | - |
| YUV | 188.53 | 138.41 | 29.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 255 | 207 | 0.8 | 0 | 0.19 | 0 | 165.88 | 1 | 0.6 |
| Hex | 33 | FF | CF | 50 | 0 | 13 | 0 | A6 | 64 | 3C |
| Octal | 63 | 377 | 317 | 120 | 0 | 23 | 0 | 246 | 144 | 74 |
| Binary | 110011 | 11111111 | 11001111 | 1010000 | 0 | 10011 | 0 | 10100110 | 1100100 | 111100 |
Color Harmonies of #33FFCF
Complementary color
Monochromatic Colors of #33FFCF
Black with #33FFCF
Text Example
Text Example
White with #33FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FFCF; }
p { color: rgb(51,255,207); }
H1.HeaderClassName
{
color: #33FFCF;
}
.AnyTagClassName
{
color: #33FFCF;
}
</style>
background-color css
<style>
a { background-color: #33FFCF; }
a { background-color: rgb(51,255,207); }
div.DivClassName
{
background-color: #33FFCF;
}
.BgClassName
{
background-color: #33FFCF;
}
</style>
border-color css
<style>
span { border-color: #33FFCF; }
span { border-color: rgb(51,255,207); }
td.TdClassName
{
border-color: #33FFCF;
}
.TagClassName
{
border-color: #33FFCF;
}
</style>