Shades of Turquoise #2DCFCA
Tints of Turquoise #2DCFCA
RGB
CMYK
RGB Variations
Color information
#2DCFCA (or 0x2DCFCA) is known color: Turquoise. HEX triplet: 2D, CF and CA. RGB value is (45,207,202). Sum of RGB (Red+Green+Blue) = 45+207+202=454 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.91% from 454); Green value is 207 (81.25% from 255 or 45.59% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 207 - color contains mainly: green. Hex color #2DCFCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCFCA is #D23035. Grayscale: #9D9D9D. Windows color (decimal): -13774902 or 13291309. OLE color: 13291309.
HSL color Cylindrical-coordinate representation of color #2DCFCA: hue angle of 178.15º 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 #2DCFCA is Cyan = 0.78, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 207 | 202 | - |
| CMYK | 0.78 | 0 | 0.02 | 0.19 |
| HSL | 178.15º | 0.64% | 0.49% | - |
| HSV(B) | 178.15º | 0.78% | 0.81% | - |
| XYZ | 34.06 | 49.45 | 63.63 | - |
| YUV | 157.99 | 152.83 | 47.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 207 | 202 | 0.78 | 0 | 0.02 | 0.19 | 178.15 | 0.64 | 0.49 |
| Hex | 2D | CF | CA | 4E | 0 | 2 | 13 | B2 | 40 | 31 |
| Octal | 55 | 317 | 312 | 116 | 0 | 2 | 23 | 262 | 100 | 61 |
| Binary | 101101 | 11001111 | 11001010 | 1001110 | 0 | 10 | 10011 | 10110010 | 1000000 | 110001 |
Color Harmonies of #2DCFCA
Complementary color
Monochromatic Colors of #2DCFCA
Black with #2DCFCA
Text Example
Text Example
White with #2DCFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCFCA; }
p { color: rgb(45,207,202); }
H1.HeaderClassName
{
color: #2DCFCA;
}
.AnyTagClassName
{
color: #2DCFCA;
}
</style>
background-color css
<style>
a { background-color: #2DCFCA; }
a { background-color: rgb(45,207,202); }
div.DivClassName
{
background-color: #2DCFCA;
}
.BgClassName
{
background-color: #2DCFCA;
}
</style>
border-color css
<style>
span { border-color: #2DCFCA; }
span { border-color: rgb(45,207,202); }
td.TdClassName
{
border-color: #2DCFCA;
}
.TagClassName
{
border-color: #2DCFCA;
}
</style>