Shades of Turquoise #2DFDC9
Tints of Turquoise #2DFDC9
RGB
CMYK
RGB Variations
Color information
#2DFDC9 (or 0x2DFDC9) is known color: Turquoise. HEX triplet: 2D, FD and C9. RGB value is (45,253,201). Sum of RGB (Red+Green+Blue) = 45+253+201=499 (66% of max value = 765). Red value is 45 (17.97% from 255 or 9.02% from 499); Green value is 253 (99.22% from 255 or 50.70% from 499); Blue value is 201 (78.91% from 255 or 40.28% from 499); Max value from RGB is 253 - color contains mainly: green. Hex color #2DFDC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DFDC9 is #D20236. Grayscale: #B8B8B8. Windows color (decimal): -13763127 or 13237549. OLE color: 13237549.
HSL color Cylindrical-coordinate representation of color #2DFDC9: hue angle of 165º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFDC9 is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 253 | 201 | - |
| CMYK | 0.82 | 0 | 0.21 | 0.01 |
| HSL | 165º | 0.98% | 0.58% | - |
| HSV(B) | 165º | 0.82% | 0.99% | - |
| XYZ | 46.75 | 75.03 | 67.28 | - |
| YUV | 184.88 | 137.09 | 28.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 253 | 201 | 0.82 | 0 | 0.21 | 0.01 | 165 | 0.98 | 0.58 |
| Hex | 2D | FD | C9 | 52 | 0 | 15 | 1 | A5 | 62 | 3A |
| Octal | 55 | 375 | 311 | 122 | 0 | 25 | 1 | 245 | 142 | 72 |
| Binary | 101101 | 11111101 | 11001001 | 1010010 | 0 | 10101 | 1 | 10100101 | 1100010 | 111010 |
Color Harmonies of #2DFDC9
Complementary color
Monochromatic Colors of #2DFDC9
Black with #2DFDC9
Text Example
Text Example
White with #2DFDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFDC9; }
p { color: rgb(45,253,201); }
H1.HeaderClassName
{
color: #2DFDC9;
}
.AnyTagClassName
{
color: #2DFDC9;
}
</style>
background-color css
<style>
a { background-color: #2DFDC9; }
a { background-color: rgb(45,253,201); }
div.DivClassName
{
background-color: #2DFDC9;
}
.BgClassName
{
background-color: #2DFDC9;
}
</style>
border-color css
<style>
span { border-color: #2DFDC9; }
span { border-color: rgb(45,253,201); }
td.TdClassName
{
border-color: #2DFDC9;
}
.TagClassName
{
border-color: #2DFDC9;
}
</style>