Shades of Turquoise #2FDCCE
Tints of Turquoise #2FDCCE
RGB
CMYK
RGB Variations
Color information
#2FDCCE (or 0x2FDCCE) is known color: Turquoise. HEX triplet: 2F, DC and CE. RGB value is (47,220,206). Sum of RGB (Red+Green+Blue) = 47+220+206=473 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.94% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 220 - color contains mainly: green. Hex color #2FDCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDCCE is #D02331. Grayscale: #A6A6A6. Windows color (decimal): -13640498 or 13556783. OLE color: 13556783.
HSL color Cylindrical-coordinate representation of color #2FDCCE: hue angle of 175.14º 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 #2FDCCE is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 220 | 206 | - |
| CMYK | 0.79 | 0 | 0.06 | 0.14 |
| HSL | 175.14º | 0.71% | 0.52% | - |
| HSV(B) | 175.14º | 0.79% | 0.86% | - |
| XYZ | 37.91 | 56.25 | 67.25 | - |
| YUV | 166.68 | 150.19 | 42.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 220 | 206 | 0.79 | 0 | 0.06 | 0.14 | 175.14 | 0.71 | 0.52 |
| Hex | 2F | DC | CE | 4F | 0 | 6 | E | AF | 47 | 34 |
| Octal | 57 | 334 | 316 | 117 | 0 | 6 | 16 | 257 | 107 | 64 |
| Binary | 101111 | 11011100 | 11001110 | 1001111 | 0 | 110 | 1110 | 10101111 | 1000111 | 110100 |
Color Harmonies of #2FDCCE
Complementary color
Monochromatic Colors of #2FDCCE
Black with #2FDCCE
Text Example
Text Example
White with #2FDCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDCCE; }
p { color: rgb(47,220,206); }
H1.HeaderClassName
{
color: #2FDCCE;
}
.AnyTagClassName
{
color: #2FDCCE;
}
</style>
background-color css
<style>
a { background-color: #2FDCCE; }
a { background-color: rgb(47,220,206); }
div.DivClassName
{
background-color: #2FDCCE;
}
.BgClassName
{
background-color: #2FDCCE;
}
</style>
border-color css
<style>
span { border-color: #2FDCCE; }
span { border-color: rgb(47,220,206); }
td.TdClassName
{
border-color: #2FDCCE;
}
.TagClassName
{
border-color: #2FDCCE;
}
</style>