Shades of Turquoise #2DF9C9
Tints of Turquoise #2DF9C9
RGB
CMYK
RGB Variations
Color information
#2DF9C9 (or 0x2DF9C9) is known color: Turquoise. HEX triplet: 2D, F9 and C9. RGB value is (45,249,201). Sum of RGB (Red+Green+Blue) = 45+249+201=495 (65% of max value = 765). Red value is 45 (17.97% from 255 or 9.09% from 495); Green value is 249 (97.66% from 255 or 50.30% from 495); Blue value is 201 (78.91% from 255 or 40.61% from 495); Max value from RGB is 249 - color contains mainly: green. Hex color #2DF9C9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DF9C9 is #D20636. Grayscale: #B6B6B6. Windows color (decimal): -13764151 or 13236525. OLE color: 13236525.
HSL color Cylindrical-coordinate representation of color #2DF9C9: hue angle of 165.88º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF9C9 is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 249 | 201 | - |
| CMYK | 0.82 | 0 | 0.19 | 0.02 |
| HSL | 165.88º | 0.94% | 0.58% | - |
| HSV(B) | 165.88º | 0.82% | 0.98% | - |
| XYZ | 45.5 | 72.53 | 66.86 | - |
| YUV | 182.53 | 138.41 | 29.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 249 | 201 | 0.82 | 0 | 0.19 | 0.02 | 165.88 | 0.94 | 0.58 |
| Hex | 2D | F9 | C9 | 52 | 0 | 13 | 2 | A6 | 5E | 3A |
| Octal | 55 | 371 | 311 | 122 | 0 | 23 | 2 | 246 | 136 | 72 |
| Binary | 101101 | 11111001 | 11001001 | 1010010 | 0 | 10011 | 10 | 10100110 | 1011110 | 111010 |
Color Harmonies of #2DF9C9
Complementary color
Monochromatic Colors of #2DF9C9
Black with #2DF9C9
Text Example
Text Example
White with #2DF9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF9C9; }
p { color: rgb(45,249,201); }
H1.HeaderClassName
{
color: #2DF9C9;
}
.AnyTagClassName
{
color: #2DF9C9;
}
</style>
background-color css
<style>
a { background-color: #2DF9C9; }
a { background-color: rgb(45,249,201); }
div.DivClassName
{
background-color: #2DF9C9;
}
.BgClassName
{
background-color: #2DF9C9;
}
</style>
border-color css
<style>
span { border-color: #2DF9C9; }
span { border-color: rgb(45,249,201); }
td.TdClassName
{
border-color: #2DF9C9;
}
.TagClassName
{
border-color: #2DF9C9;
}
</style>