Shades of Turquoise #2FCFDC
Tints of Turquoise #2FCFDC
RGB
CMYK
RGB Variations
Color information
#2FCFDC (or 0x2FCFDC) is known color: Turquoise. HEX triplet: 2F, CF and DC. RGB value is (47,207,220). Sum of RGB (Red+Green+Blue) = 47+207+220=474 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.92% from 474); Green value is 207 (81.25% from 255 or 43.67% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #2FCFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCFDC is #D03023. Grayscale: #A0A0A0. Windows color (decimal): -13643812 or 14470959. OLE color: 14470959.
HSL color Cylindrical-coordinate representation of color #2FCFDC: hue angle of 184.51º degrees, saturation: 0.71, 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 #2FCFDC is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 207 | 220 | - |
| CMYK | 0.79 | 0.06 | 0 | 0.14 |
| HSL | 184.51º | 0.71% | 0.52% | - |
| HSV(B) | 184.51º | 0.79% | 0.86% | - |
| XYZ | 36.4 | 50.4 | 75.52 | - |
| YUV | 160.64 | 161.49 | 46.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 207 | 220 | 0.79 | 0.06 | 0 | 0.14 | 184.51 | 0.71 | 0.52 |
| Hex | 2F | CF | DC | 4F | 6 | 0 | E | B9 | 47 | 34 |
| Octal | 57 | 317 | 334 | 117 | 6 | 0 | 16 | 271 | 107 | 64 |
| Binary | 101111 | 11001111 | 11011100 | 1001111 | 110 | 0 | 1110 | 10111001 | 1000111 | 110100 |
Color Harmonies of #2FCFDC
Complementary color
Monochromatic Colors of #2FCFDC
Black with #2FCFDC
Text Example
Text Example
White with #2FCFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCFDC; }
p { color: rgb(47,207,220); }
H1.HeaderClassName
{
color: #2FCFDC;
}
.AnyTagClassName
{
color: #2FCFDC;
}
</style>
background-color css
<style>
a { background-color: #2FCFDC; }
a { background-color: rgb(47,207,220); }
div.DivClassName
{
background-color: #2FCFDC;
}
.BgClassName
{
background-color: #2FCFDC;
}
</style>
border-color css
<style>
span { border-color: #2FCFDC; }
span { border-color: rgb(47,207,220); }
td.TdClassName
{
border-color: #2FCFDC;
}
.TagClassName
{
border-color: #2FCFDC;
}
</style>