Shades of Turquoise #2FFFF0
Tints of Turquoise #2FFFF0
RGB
CMYK
RGB Variations
Color information
#2FFFF0 (or 0x2FFFF0) is known color: Turquoise. HEX triplet: 2F, FF and F0. RGB value is (47,255,240). Sum of RGB (Red+Green+Blue) = 47+255+240=542 (71% of max value = 765). Red value is 47 (18.75% from 255 or 8.67% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 240 (94.14% from 255 or 44.28% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #2FFFF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FFFF0 is #D0000F. Grayscale: #BEBEBE. Windows color (decimal): -13631504 or 15793967. OLE color: 15793967.
HSL color Cylindrical-coordinate representation of color #2FFFF0: hue angle of 175.67º 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 #2FFFF0 is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 255 | 240 | - |
| CMYK | 0.82 | 0 | 0.06 | 0 |
| HSL | 175.67º | 1% | 0.59% | - |
| HSV(B) | 175.67º | 0.82% | 1% | - |
| XYZ | 52.66 | 78.42 | 94.8 | - |
| YUV | 191.1 | 155.59 | 25.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 255 | 240 | 0.82 | 0 | 0.06 | 0 | 175.67 | 1 | 0.59 |
| Hex | 2F | FF | F0 | 52 | 0 | 6 | 0 | B0 | 64 | 3B |
| Octal | 57 | 377 | 360 | 122 | 0 | 6 | 0 | 260 | 144 | 73 |
| Binary | 101111 | 11111111 | 11110000 | 1010010 | 0 | 110 | 0 | 10110000 | 1100100 | 111011 |
Color Harmonies of #2FFFF0
Complementary color
Monochromatic Colors of #2FFFF0
Black with #2FFFF0
Text Example
Text Example
White with #2FFFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFFF0; }
p { color: rgb(47,255,240); }
H1.HeaderClassName
{
color: #2FFFF0;
}
.AnyTagClassName
{
color: #2FFFF0;
}
</style>
background-color css
<style>
a { background-color: #2FFFF0; }
a { background-color: rgb(47,255,240); }
div.DivClassName
{
background-color: #2FFFF0;
}
.BgClassName
{
background-color: #2FFFF0;
}
</style>
border-color css
<style>
span { border-color: #2FFFF0; }
span { border-color: rgb(47,255,240); }
td.TdClassName
{
border-color: #2FFFF0;
}
.TagClassName
{
border-color: #2FFFF0;
}
</style>