Shades of Turquoise #2DCFD7
Tints of Turquoise #2DCFD7
RGB
CMYK
RGB Variations
Color information
#2DCFD7 (or 0x2DCFD7) is known color: Turquoise. HEX triplet: 2D, CF and D7. RGB value is (45,207,215). Sum of RGB (Red+Green+Blue) = 45+207+215=467 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.64% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 215 (84.38% from 255 or 46.04% from 467); Max value from RGB is 215 - color contains mainly: blue. Hex color #2DCFD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCFD7 is #D23028. Grayscale: #9F9F9F. Windows color (decimal): -13774889 or 14143277. OLE color: 14143277.
HSL color Cylindrical-coordinate representation of color #2DCFD7: hue angle of 182.82º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DCFD7 is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 45 | 207 | 215 | - |
| CMYK | 0.79 | 0.04 | 0 | 0.16 |
| HSL | 182.82º | 0.68% | 0.51% | - |
| HSV(B) | 182.82º | 0.79% | 0.84% | - |
| XYZ | 35.66 | 50.09 | 72.08 | - |
| YUV | 159.47 | 159.33 | 46.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 207 | 215 | 0.79 | 0.04 | 0 | 0.16 | 182.82 | 0.68 | 0.51 |
| Hex | 2D | CF | D7 | 4F | 4 | 0 | 10 | B7 | 44 | 33 |
| Octal | 55 | 317 | 327 | 117 | 4 | 0 | 20 | 267 | 104 | 63 |
| Binary | 101101 | 11001111 | 11010111 | 1001111 | 100 | 0 | 10000 | 10110111 | 1000100 | 110011 |
Color Harmonies of #2DCFD7
Complementary color
Monochromatic Colors of #2DCFD7
Black with #2DCFD7
Text Example
Text Example
White with #2DCFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCFD7; }
p { color: rgb(45,207,215); }
H1.HeaderClassName
{
color: #2DCFD7;
}
.AnyTagClassName
{
color: #2DCFD7;
}
</style>
background-color css
<style>
a { background-color: #2DCFD7; }
a { background-color: rgb(45,207,215); }
div.DivClassName
{
background-color: #2DCFD7;
}
.BgClassName
{
background-color: #2DCFD7;
}
</style>
border-color css
<style>
span { border-color: #2DCFD7; }
span { border-color: rgb(45,207,215); }
td.TdClassName
{
border-color: #2DCFD7;
}
.TagClassName
{
border-color: #2DCFD7;
}
</style>