Shades of Turquoise #2DCFC3
Tints of Turquoise #2DCFC3
RGB
CMYK
RGB Variations
Color information
#2DCFC3 (or 0x2DCFC3) is known color: Turquoise. HEX triplet: 2D, CF and C3. RGB value is (45,207,195). Sum of RGB (Red+Green+Blue) = 45+207+195=447 (59% of max value = 765). Red value is 45 (17.97% from 255 or 10.07% from 447); Green value is 207 (81.25% from 255 or 46.31% from 447); Blue value is 195 (76.56% from 255 or 43.62% from 447); Max value from RGB is 207 - color contains mainly: green. Hex color #2DCFC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCFC3 is #D2303C. Grayscale: #9D9D9D. Windows color (decimal): -13774909 or 12832557. OLE color: 12832557.
HSL color Cylindrical-coordinate representation of color #2DCFC3: hue angle of 175.56º 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 #2DCFC3 is Cyan = 0.78, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 207 | 195 | - |
| CMYK | 0.78 | 0 | 0.06 | 0.19 |
| HSL | 175.56º | 0.64% | 0.49% | - |
| HSV(B) | 175.56º | 0.78% | 0.81% | - |
| XYZ | 33.25 | 49.12 | 59.36 | - |
| YUV | 157.19 | 149.33 | 47.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 207 | 195 | 0.78 | 0 | 0.06 | 0.19 | 175.56 | 0.64 | 0.49 |
| Hex | 2D | CF | C3 | 4E | 0 | 6 | 13 | B0 | 40 | 31 |
| Octal | 55 | 317 | 303 | 116 | 0 | 6 | 23 | 260 | 100 | 61 |
| Binary | 101101 | 11001111 | 11000011 | 1001110 | 0 | 110 | 10011 | 10110000 | 1000000 | 110001 |
Color Harmonies of #2DCFC3
Complementary color
Monochromatic Colors of #2DCFC3
Black with #2DCFC3
Text Example
Text Example
White with #2DCFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCFC3; }
p { color: rgb(45,207,195); }
H1.HeaderClassName
{
color: #2DCFC3;
}
.AnyTagClassName
{
color: #2DCFC3;
}
</style>
background-color css
<style>
a { background-color: #2DCFC3; }
a { background-color: rgb(45,207,195); }
div.DivClassName
{
background-color: #2DCFC3;
}
.BgClassName
{
background-color: #2DCFC3;
}
</style>
border-color css
<style>
span { border-color: #2DCFC3; }
span { border-color: rgb(45,207,195); }
td.TdClassName
{
border-color: #2DCFC3;
}
.TagClassName
{
border-color: #2DCFC3;
}
</style>