Shades of Turquoise #2FDCD5
Tints of Turquoise #2FDCD5
RGB
CMYK
RGB Variations
Color information
#2FDCD5 (or 0x2FDCD5) is known color: Turquoise. HEX triplet: 2F, DC and D5. RGB value is (47,220,213). Sum of RGB (Red+Green+Blue) = 47+220+213=480 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.79% from 480); Green value is 220 (86.33% from 255 or 45.83% from 480); Blue value is 213 (83.59% from 255 or 44.38% from 480); Max value from RGB is 220 - color contains mainly: green. Hex color #2FDCD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDCD5 is #D0232A. Grayscale: #A7A7A7. Windows color (decimal): -13640491 or 14015535. OLE color: 14015535.
HSL color Cylindrical-coordinate representation of color #2FDCD5: hue angle of 177.57º 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 #2FDCD5 is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 220 | 213 | - |
| CMYK | 0.79 | 0 | 0.03 | 0.14 |
| HSL | 177.57º | 0.71% | 0.52% | - |
| HSV(B) | 177.57º | 0.79% | 0.86% | - |
| XYZ | 38.78 | 56.59 | 71.83 | - |
| YUV | 167.48 | 153.69 | 42.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 220 | 213 | 0.79 | 0 | 0.03 | 0.14 | 177.57 | 0.71 | 0.52 |
| Hex | 2F | DC | D5 | 4F | 0 | 3 | E | B2 | 47 | 34 |
| Octal | 57 | 334 | 325 | 117 | 0 | 3 | 16 | 262 | 107 | 64 |
| Binary | 101111 | 11011100 | 11010101 | 1001111 | 0 | 11 | 1110 | 10110010 | 1000111 | 110100 |
Color Harmonies of #2FDCD5
Complementary color
Monochromatic Colors of #2FDCD5
Black with #2FDCD5
Text Example
Text Example
White with #2FDCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDCD5; }
p { color: rgb(47,220,213); }
H1.HeaderClassName
{
color: #2FDCD5;
}
.AnyTagClassName
{
color: #2FDCD5;
}
</style>
background-color css
<style>
a { background-color: #2FDCD5; }
a { background-color: rgb(47,220,213); }
div.DivClassName
{
background-color: #2FDCD5;
}
.BgClassName
{
background-color: #2FDCD5;
}
</style>
border-color css
<style>
span { border-color: #2FDCD5; }
span { border-color: rgb(47,220,213); }
td.TdClassName
{
border-color: #2FDCD5;
}
.TagClassName
{
border-color: #2FDCD5;
}
</style>