Shades of Turquoise #2DFFCF
Tints of Turquoise #2DFFCF
RGB
CMYK
RGB Variations
Color information
#2DFFCF (or 0x2DFFCF) is known color: Turquoise. HEX triplet: 2D, FF and CF. RGB value is (45,255,207). Sum of RGB (Red+Green+Blue) = 45+255+207=507 (67% of max value = 765). Red value is 45 (17.97% from 255 or 8.88% from 507); Green value is 255 (100% from 255 or 50.30% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 255 - color contains mainly: green. Hex color #2DFFCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DFFCF is #D20030. Grayscale: #BABABA. Windows color (decimal): -13762609 or 13631277. OLE color: 13631277.
HSL color Cylindrical-coordinate representation of color #2DFFCF: hue angle of 166.29º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFFCF is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 45 | 255 | 207 | - |
| CMYK | 0.82 | 0 | 0.19 | 0 |
| HSL | 166.29º | 1% | 0.59% | - |
| HSV(B) | 166.29º | 0.82% | 1% | - |
| XYZ | 48.1 | 76.58 | 71.28 | - |
| YUV | 186.74 | 139.43 | 26.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 255 | 207 | 0.82 | 0 | 0.19 | 0 | 166.29 | 1 | 0.59 |
| Hex | 2D | FF | CF | 52 | 0 | 13 | 0 | A6 | 64 | 3B |
| Octal | 55 | 377 | 317 | 122 | 0 | 23 | 0 | 246 | 144 | 73 |
| Binary | 101101 | 11111111 | 11001111 | 1010010 | 0 | 10011 | 0 | 10100110 | 1100100 | 111011 |
Color Harmonies of #2DFFCF
Complementary color
Monochromatic Colors of #2DFFCF
Black with #2DFFCF
Text Example
Text Example
White with #2DFFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFFCF; }
p { color: rgb(45,255,207); }
H1.HeaderClassName
{
color: #2DFFCF;
}
.AnyTagClassName
{
color: #2DFFCF;
}
</style>
background-color css
<style>
a { background-color: #2DFFCF; }
a { background-color: rgb(45,255,207); }
div.DivClassName
{
background-color: #2DFFCF;
}
.BgClassName
{
background-color: #2DFFCF;
}
</style>
border-color css
<style>
span { border-color: #2DFFCF; }
span { border-color: rgb(45,255,207); }
td.TdClassName
{
border-color: #2DFFCF;
}
.TagClassName
{
border-color: #2DFFCF;
}
</style>