Shades of Turquoise #2FCFDF
Tints of Turquoise #2FCFDF
RGB
CMYK
RGB Variations
Color information
#2FCFDF (or 0x2FCFDF) is known color: Turquoise. HEX triplet: 2F, CF and DF. RGB value is (47,207,223). Sum of RGB (Red+Green+Blue) = 47+207+223=477 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.85% from 477); Green value is 207 (81.25% from 255 or 43.40% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #2FCFDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCFDF is #D03020. Grayscale: #A0A0A0. Windows color (decimal): -13643809 or 14667567. OLE color: 14667567.
HSL color Cylindrical-coordinate representation of color #2FCFDF: hue angle of 185.45º 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 #2FCFDF is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 207 | 223 | - |
| CMYK | 0.79 | 0.07 | 0 | 0.13 |
| HSL | 185.45º | 0.73% | 0.53% | - |
| HSV(B) | 185.45º | 0.79% | 0.87% | - |
| XYZ | 36.8 | 50.56 | 77.63 | - |
| YUV | 160.98 | 162.99 | 46.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 207 | 223 | 0.79 | 0.07 | 0 | 0.13 | 185.45 | 0.73 | 0.53 |
| Hex | 2F | CF | DF | 4F | 7 | 0 | D | B9 | 49 | 35 |
| Octal | 57 | 317 | 337 | 117 | 7 | 0 | 15 | 271 | 111 | 65 |
| Binary | 101111 | 11001111 | 11011111 | 1001111 | 111 | 0 | 1101 | 10111001 | 1001001 | 110101 |
Color Harmonies of #2FCFDF
Complementary color
Monochromatic Colors of #2FCFDF
Black with #2FCFDF
Text Example
Text Example
White with #2FCFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCFDF; }
p { color: rgb(47,207,223); }
H1.HeaderClassName
{
color: #2FCFDF;
}
.AnyTagClassName
{
color: #2FCFDF;
}
</style>
background-color css
<style>
a { background-color: #2FCFDF; }
a { background-color: rgb(47,207,223); }
div.DivClassName
{
background-color: #2FCFDF;
}
.BgClassName
{
background-color: #2FCFDF;
}
</style>
border-color css
<style>
span { border-color: #2FCFDF; }
span { border-color: rgb(47,207,223); }
td.TdClassName
{
border-color: #2FCFDF;
}
.TagClassName
{
border-color: #2FCFDF;
}
</style>