Shades of Turquoise #2FDCDF
Tints of Turquoise #2FDCDF
RGB
CMYK
RGB Variations
Color information
#2FDCDF (or 0x2FDCDF) is known color: Turquoise. HEX triplet: 2F, DC and DF. RGB value is (47,220,223). Sum of RGB (Red+Green+Blue) = 47+220+223=490 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.59% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #2FDCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDCDF is #D02320. Grayscale: #A8A8A8. Windows color (decimal): -13640481 or 14670895. OLE color: 14670895.
HSL color Cylindrical-coordinate representation of color #2FDCDF: hue angle of 181.02º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDCDF is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 220 | 223 | - |
| CMYK | 0.79 | 0.01 | 0 | 0.13 |
| HSL | 181.02º | 0.73% | 0.53% | - |
| HSV(B) | 181.02º | 0.79% | 0.87% | - |
| XYZ | 40.08 | 57.12 | 78.72 | - |
| YUV | 168.62 | 158.69 | 41.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 220 | 223 | 0.79 | 0.01 | 0 | 0.13 | 181.02 | 0.73 | 0.53 |
| Hex | 2F | DC | DF | 4F | 1 | 0 | D | B5 | 49 | 35 |
| Octal | 57 | 334 | 337 | 117 | 1 | 0 | 15 | 265 | 111 | 65 |
| Binary | 101111 | 11011100 | 11011111 | 1001111 | 1 | 0 | 1101 | 10110101 | 1001001 | 110101 |
Color Harmonies of #2FDCDF
Complementary color
Monochromatic Colors of #2FDCDF
Black with #2FDCDF
Text Example
Text Example
White with #2FDCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDCDF; }
p { color: rgb(47,220,223); }
H1.HeaderClassName
{
color: #2FDCDF;
}
.AnyTagClassName
{
color: #2FDCDF;
}
</style>
background-color css
<style>
a { background-color: #2FDCDF; }
a { background-color: rgb(47,220,223); }
div.DivClassName
{
background-color: #2FDCDF;
}
.BgClassName
{
background-color: #2FDCDF;
}
</style>
border-color css
<style>
span { border-color: #2FDCDF; }
span { border-color: rgb(47,220,223); }
td.TdClassName
{
border-color: #2FDCDF;
}
.TagClassName
{
border-color: #2FDCDF;
}
</style>