Shades of Turquoise #2FDBCF
Tints of Turquoise #2FDBCF
RGB
CMYK
RGB Variations
Color information
#2FDBCF (or 0x2FDBCF) is known color: Turquoise. HEX triplet: 2F, DB and CF. RGB value is (47,219,207). Sum of RGB (Red+Green+Blue) = 47+219+207=473 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.94% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 219 - color contains mainly: green. Hex color #2FDBCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDBCF is #D02430. Grayscale: #A6A6A6. Windows color (decimal): -13640753 or 13622063. OLE color: 13622063.
HSL color Cylindrical-coordinate representation of color #2FDBCF: hue angle of 175.81º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDBCF is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 219 | 207 | - |
| CMYK | 0.79 | 0 | 0.05 | 0.14 |
| HSL | 175.81º | 0.7% | 0.52% | - |
| HSV(B) | 175.81º | 0.79% | 0.86% | - |
| XYZ | 37.77 | 55.77 | 67.81 | - |
| YUV | 166.2 | 151.02 | 42.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 219 | 207 | 0.79 | 0 | 0.05 | 0.14 | 175.81 | 0.7 | 0.52 |
| Hex | 2F | DB | CF | 4F | 0 | 5 | E | B0 | 46 | 34 |
| Octal | 57 | 333 | 317 | 117 | 0 | 5 | 16 | 260 | 106 | 64 |
| Binary | 101111 | 11011011 | 11001111 | 1001111 | 0 | 101 | 1110 | 10110000 | 1000110 | 110100 |
Color Harmonies of #2FDBCF
Complementary color
Monochromatic Colors of #2FDBCF
Black with #2FDBCF
Text Example
Text Example
White with #2FDBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDBCF; }
p { color: rgb(47,219,207); }
H1.HeaderClassName
{
color: #2FDBCF;
}
.AnyTagClassName
{
color: #2FDBCF;
}
</style>
background-color css
<style>
a { background-color: #2FDBCF; }
a { background-color: rgb(47,219,207); }
div.DivClassName
{
background-color: #2FDBCF;
}
.BgClassName
{
background-color: #2FDBCF;
}
</style>
border-color css
<style>
span { border-color: #2FDBCF; }
span { border-color: rgb(47,219,207); }
td.TdClassName
{
border-color: #2FDBCF;
}
.TagClassName
{
border-color: #2FDBCF;
}
</style>