Shades of Turquoise #2DCFC5
Tints of Turquoise #2DCFC5
RGB
CMYK
RGB Variations
Color information
#2DCFC5 (or 0x2DCFC5) is known color: Turquoise. HEX triplet: 2D, CF and C5. RGB value is (45,207,197). Sum of RGB (Red+Green+Blue) = 45+207+197=449 (59% of max value = 765). Red value is 45 (17.97% from 255 or 10.02% from 449); Green value is 207 (81.25% from 255 or 46.10% from 449); Blue value is 197 (77.34% from 255 or 43.88% from 449); Max value from RGB is 207 - color contains mainly: green. Hex color #2DCFC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCFC5 is #D2303A. Grayscale: #9D9D9D. Windows color (decimal): -13774907 or 12963629. OLE color: 12963629.
HSL color Cylindrical-coordinate representation of color #2DCFC5: hue angle of 176.3º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCFC5 is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 207 | 197 | - |
| CMYK | 0.78 | 0 | 0.05 | 0.19 |
| HSL | 176.3º | 0.64% | 0.49% | - |
| HSV(B) | 176.3º | 0.78% | 0.81% | - |
| XYZ | 33.47 | 49.21 | 60.56 | - |
| YUV | 157.42 | 150.33 | 47.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 207 | 197 | 0.78 | 0 | 0.05 | 0.19 | 176.3 | 0.64 | 0.49 |
| Hex | 2D | CF | C5 | 4E | 0 | 5 | 13 | B0 | 40 | 31 |
| Octal | 55 | 317 | 305 | 116 | 0 | 5 | 23 | 260 | 100 | 61 |
| Binary | 101101 | 11001111 | 11000101 | 1001110 | 0 | 101 | 10011 | 10110000 | 1000000 | 110001 |
Color Harmonies of #2DCFC5
Complementary color
Monochromatic Colors of #2DCFC5
Black with #2DCFC5
Text Example
Text Example
White with #2DCFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCFC5; }
p { color: rgb(45,207,197); }
H1.HeaderClassName
{
color: #2DCFC5;
}
.AnyTagClassName
{
color: #2DCFC5;
}
</style>
background-color css
<style>
a { background-color: #2DCFC5; }
a { background-color: rgb(45,207,197); }
div.DivClassName
{
background-color: #2DCFC5;
}
.BgClassName
{
background-color: #2DCFC5;
}
</style>
border-color css
<style>
span { border-color: #2DCFC5; }
span { border-color: rgb(45,207,197); }
td.TdClassName
{
border-color: #2DCFC5;
}
.TagClassName
{
border-color: #2DCFC5;
}
</style>