Shades of Turquoise #2DFFDF
Tints of Turquoise #2DFFDF
RGB
CMYK
RGB Variations
Color information
#2DFFDF (or 0x2DFFDF) is known color: Turquoise. HEX triplet: 2D, FF and DF. RGB value is (45,255,223). Sum of RGB (Red+Green+Blue) = 45+255+223=523 (69% of max value = 765). Red value is 45 (17.97% from 255 or 8.60% from 523); Green value is 255 (100% from 255 or 48.76% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 255 - color contains mainly: green. Hex color #2DFFDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DFFDF is #D20020. Grayscale: #BCBCBC. Windows color (decimal): -13762593 or 14679853. OLE color: 14679853.
HSL color Cylindrical-coordinate representation of color #2DFFDF: hue angle of 170.86º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFFDF is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 45 | 255 | 223 | - |
| CMYK | 0.82 | 0 | 0.13 | 0 |
| HSL | 170.86º | 1% | 0.59% | - |
| HSV(B) | 170.86º | 0.82% | 1% | - |
| XYZ | 50.16 | 77.41 | 82.11 | - |
| YUV | 188.56 | 147.43 | 25.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 255 | 223 | 0.82 | 0 | 0.13 | 0 | 170.86 | 1 | 0.59 |
| Hex | 2D | FF | DF | 52 | 0 | D | 0 | AB | 64 | 3B |
| Octal | 55 | 377 | 337 | 122 | 0 | 15 | 0 | 253 | 144 | 73 |
| Binary | 101101 | 11111111 | 11011111 | 1010010 | 0 | 1101 | 0 | 10101011 | 1100100 | 111011 |
Color Harmonies of #2DFFDF
Complementary color
Monochromatic Colors of #2DFFDF
Black with #2DFFDF
Text Example
Text Example
White with #2DFFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFFDF; }
p { color: rgb(45,255,223); }
H1.HeaderClassName
{
color: #2DFFDF;
}
.AnyTagClassName
{
color: #2DFFDF;
}
</style>
background-color css
<style>
a { background-color: #2DFFDF; }
a { background-color: rgb(45,255,223); }
div.DivClassName
{
background-color: #2DFFDF;
}
.BgClassName
{
background-color: #2DFFDF;
}
</style>
border-color css
<style>
span { border-color: #2DFFDF; }
span { border-color: rgb(45,255,223); }
td.TdClassName
{
border-color: #2DFFDF;
}
.TagClassName
{
border-color: #2DFFDF;
}
</style>