Shades of Turquoise #2FDCDA
Tints of Turquoise #2FDCDA
RGB
CMYK
RGB Variations
Color information
#2FDCDA (or 0x2FDCDA) is known color: Turquoise. HEX triplet: 2F, DC and DA. RGB value is (47,220,218). Sum of RGB (Red+Green+Blue) = 47+220+218=485 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.69% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 220 - color contains mainly: green. Hex color #2FDCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDCDA is #D02325. Grayscale: #A7A7A7. Windows color (decimal): -13640486 or 14343215. OLE color: 14343215.
HSL color Cylindrical-coordinate representation of color #2FDCDA: hue angle of 179.31º 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 #2FDCDA is Cyan = 0.79, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 220 | 218 | - |
| CMYK | 0.79 | 0 | 0.01 | 0.14 |
| HSL | 179.31º | 0.71% | 0.52% | - |
| HSV(B) | 179.31º | 0.79% | 0.86% | - |
| XYZ | 39.42 | 56.85 | 75.23 | - |
| YUV | 168.05 | 156.19 | 41.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 220 | 218 | 0.79 | 0 | 0.01 | 0.14 | 179.31 | 0.71 | 0.52 |
| Hex | 2F | DC | DA | 4F | 0 | 1 | E | B3 | 47 | 34 |
| Octal | 57 | 334 | 332 | 117 | 0 | 1 | 16 | 263 | 107 | 64 |
| Binary | 101111 | 11011100 | 11011010 | 1001111 | 0 | 1 | 1110 | 10110011 | 1000111 | 110100 |
Color Harmonies of #2FDCDA
Complementary color
Monochromatic Colors of #2FDCDA
Black with #2FDCDA
Text Example
Text Example
White with #2FDCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDCDA; }
p { color: rgb(47,220,218); }
H1.HeaderClassName
{
color: #2FDCDA;
}
.AnyTagClassName
{
color: #2FDCDA;
}
</style>
background-color css
<style>
a { background-color: #2FDCDA; }
a { background-color: rgb(47,220,218); }
div.DivClassName
{
background-color: #2FDCDA;
}
.BgClassName
{
background-color: #2FDCDA;
}
</style>
border-color css
<style>
span { border-color: #2FDCDA; }
span { border-color: rgb(47,220,218); }
td.TdClassName
{
border-color: #2FDCDA;
}
.TagClassName
{
border-color: #2FDCDA;
}
</style>