Shades of Turquoise #2DFDE9
Tints of Turquoise #2DFDE9
RGB
CMYK
RGB Variations
Color information
#2DFDE9 (or 0x2DFDE9) is known color: Turquoise. HEX triplet: 2D, FD and E9. RGB value is (45,253,233). Sum of RGB (Red+Green+Blue) = 45+253+233=531 (70% of max value = 765). Red value is 45 (17.97% from 255 or 8.47% from 531); Green value is 253 (99.22% from 255 or 47.65% from 531); Blue value is 233 (91.41% from 255 or 43.88% from 531); Max value from RGB is 253 - color contains mainly: green. Hex color #2DFDE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2DFDE9 is #D20216. Grayscale: #BCBCBC. Windows color (decimal): -13763095 or 15334701. OLE color: 15334701.
HSL color Cylindrical-coordinate representation of color #2DFDE9: hue angle of 174.23º 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 #2DFDE9 is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 253 | 233 | - |
| CMYK | 0.82 | 0 | 0.08 | 0.01 |
| HSL | 174.23º | 0.98% | 0.58% | - |
| HSV(B) | 174.23º | 0.82% | 0.99% | - |
| XYZ | 50.92 | 76.69 | 89.21 | - |
| YUV | 188.53 | 153.09 | 25.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 253 | 233 | 0.82 | 0 | 0.08 | 0.01 | 174.23 | 0.98 | 0.58 |
| Hex | 2D | FD | E9 | 52 | 0 | 8 | 1 | AE | 62 | 3A |
| Octal | 55 | 375 | 351 | 122 | 0 | 10 | 1 | 256 | 142 | 72 |
| Binary | 101101 | 11111101 | 11101001 | 1010010 | 0 | 1000 | 1 | 10101110 | 1100010 | 111010 |
Color Harmonies of #2DFDE9
Complementary color
Monochromatic Colors of #2DFDE9
Black with #2DFDE9
Text Example
Text Example
White with #2DFDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFDE9; }
p { color: rgb(45,253,233); }
H1.HeaderClassName
{
color: #2DFDE9;
}
.AnyTagClassName
{
color: #2DFDE9;
}
</style>
background-color css
<style>
a { background-color: #2DFDE9; }
a { background-color: rgb(45,253,233); }
div.DivClassName
{
background-color: #2DFDE9;
}
.BgClassName
{
background-color: #2DFDE9;
}
</style>
border-color css
<style>
span { border-color: #2DFDE9; }
span { border-color: rgb(45,253,233); }
td.TdClassName
{
border-color: #2DFDE9;
}
.TagClassName
{
border-color: #2DFDE9;
}
</style>