Shades of Turquoise #2FFDCF
Tints of Turquoise #2FFDCF
RGB
CMYK
RGB Variations
Color information
#2FFDCF (or 0x2FFDCF) is known color: Turquoise. HEX triplet: 2F, FD and CF. RGB value is (47,253,207). Sum of RGB (Red+Green+Blue) = 47+253+207=507 (67% of max value = 765). Red value is 47 (18.75% from 255 or 9.27% from 507); Green value is 253 (99.22% from 255 or 49.90% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 253 - color contains mainly: green. Hex color #2FFDCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFDCF is #D00230. Grayscale: #BABABA. Windows color (decimal): -13632049 or 13630767. OLE color: 13630767.
HSL color Cylindrical-coordinate representation of color #2FFDCF: hue angle of 166.6º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFDCF is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 253 | 207 | - |
| CMYK | 0.81 | 0 | 0.18 | 0.01 |
| HSL | 166.6º | 0.98% | 0.59% | - |
| HSV(B) | 166.6º | 0.81% | 0.99% | - |
| XYZ | 47.56 | 75.36 | 71.07 | - |
| YUV | 186.16 | 139.75 | 28.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 253 | 207 | 0.81 | 0 | 0.18 | 0.01 | 166.6 | 0.98 | 0.59 |
| Hex | 2F | FD | CF | 51 | 0 | 12 | 1 | A7 | 62 | 3B |
| Octal | 57 | 375 | 317 | 121 | 0 | 22 | 1 | 247 | 142 | 73 |
| Binary | 101111 | 11111101 | 11001111 | 1010001 | 0 | 10010 | 1 | 10100111 | 1100010 | 111011 |
Color Harmonies of #2FFDCF
Complementary color
Monochromatic Colors of #2FFDCF
Black with #2FFDCF
Text Example
Text Example
White with #2FFDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFDCF; }
p { color: rgb(47,253,207); }
H1.HeaderClassName
{
color: #2FFDCF;
}
.AnyTagClassName
{
color: #2FFDCF;
}
</style>
background-color css
<style>
a { background-color: #2FFDCF; }
a { background-color: rgb(47,253,207); }
div.DivClassName
{
background-color: #2FFDCF;
}
.BgClassName
{
background-color: #2FFDCF;
}
</style>
border-color css
<style>
span { border-color: #2FFDCF; }
span { border-color: rgb(47,253,207); }
td.TdClassName
{
border-color: #2FFDCF;
}
.TagClassName
{
border-color: #2FFDCF;
}
</style>