Shades of Turquoise #2FFFCF
Tints of Turquoise #2FFFCF
RGB
CMYK
RGB Variations
Color information
#2FFFCF (or 0x2FFFCF) is known color: Turquoise. HEX triplet: 2F, FF and CF. RGB value is (47,255,207). Sum of RGB (Red+Green+Blue) = 47+255+207=509 (67% of max value = 765). Red value is 47 (18.75% from 255 or 9.23% from 509); Green value is 255 (100% from 255 or 50.10% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 255 - color contains mainly: green. Hex color #2FFFCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFFCF is #D00030. Grayscale: #BBBBBB. Windows color (decimal): -13631537 or 13631279. OLE color: 13631279.
HSL color Cylindrical-coordinate representation of color #2FFFCF: hue angle of 166.15º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FFFCF is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 255 | 207 | - |
| CMYK | 0.82 | 0 | 0.19 | 0 |
| HSL | 166.15º | 1% | 0.59% | - |
| HSV(B) | 166.15º | 0.82% | 1% | - |
| XYZ | 48.19 | 76.63 | 71.28 | - |
| YUV | 187.34 | 139.09 | 27.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 255 | 207 | 0.82 | 0 | 0.19 | 0 | 166.15 | 1 | 0.59 |
| Hex | 2F | FF | CF | 52 | 0 | 13 | 0 | A6 | 64 | 3B |
| Octal | 57 | 377 | 317 | 122 | 0 | 23 | 0 | 246 | 144 | 73 |
| Binary | 101111 | 11111111 | 11001111 | 1010010 | 0 | 10011 | 0 | 10100110 | 1100100 | 111011 |
Color Harmonies of #2FFFCF
Complementary color
Monochromatic Colors of #2FFFCF
Black with #2FFFCF
Text Example
Text Example
White with #2FFFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFFCF; }
p { color: rgb(47,255,207); }
H1.HeaderClassName
{
color: #2FFFCF;
}
.AnyTagClassName
{
color: #2FFFCF;
}
</style>
background-color css
<style>
a { background-color: #2FFFCF; }
a { background-color: rgb(47,255,207); }
div.DivClassName
{
background-color: #2FFFCF;
}
.BgClassName
{
background-color: #2FFFCF;
}
</style>
border-color css
<style>
span { border-color: #2FFFCF; }
span { border-color: rgb(47,255,207); }
td.TdClassName
{
border-color: #2FFFCF;
}
.TagClassName
{
border-color: #2FFFCF;
}
</style>