Shades of Turquoise #2DFDDF
Tints of Turquoise #2DFDDF
RGB
CMYK
RGB Variations
Color information
#2DFDDF (or 0x2DFDDF) is known color: Turquoise. HEX triplet: 2D, FD and DF. RGB value is (45,253,223). Sum of RGB (Red+Green+Blue) = 45+253+223=521 (69% of max value = 765). Red value is 45 (17.97% from 255 or 8.64% from 521); Green value is 253 (99.22% from 255 or 48.56% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 253 - color contains mainly: green. Hex color #2DFDDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DFDDF is #D20220. Grayscale: #BBBBBB. Windows color (decimal): -13763105 or 14679341. OLE color: 14679341.
HSL color Cylindrical-coordinate representation of color #2DFDDF: hue angle of 171.35º 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 #2DFDDF is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 253 | 223 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.01 |
| HSL | 171.35º | 0.98% | 0.58% | - |
| HSV(B) | 171.35º | 0.82% | 0.99% | - |
| XYZ | 49.53 | 76.14 | 81.9 | - |
| YUV | 187.39 | 148.09 | 26.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 253 | 223 | 0.82 | 0 | 0.12 | 0.01 | 171.35 | 0.98 | 0.58 |
| Hex | 2D | FD | DF | 52 | 0 | C | 1 | AB | 62 | 3A |
| Octal | 55 | 375 | 337 | 122 | 0 | 14 | 1 | 253 | 142 | 72 |
| Binary | 101101 | 11111101 | 11011111 | 1010010 | 0 | 1100 | 1 | 10101011 | 1100010 | 111010 |
Color Harmonies of #2DFDDF
Complementary color
Monochromatic Colors of #2DFDDF
Black with #2DFDDF
Text Example
Text Example
White with #2DFDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFDDF; }
p { color: rgb(45,253,223); }
H1.HeaderClassName
{
color: #2DFDDF;
}
.AnyTagClassName
{
color: #2DFDDF;
}
</style>
background-color css
<style>
a { background-color: #2DFDDF; }
a { background-color: rgb(45,253,223); }
div.DivClassName
{
background-color: #2DFDDF;
}
.BgClassName
{
background-color: #2DFDDF;
}
</style>
border-color css
<style>
span { border-color: #2DFDDF; }
span { border-color: rgb(45,253,223); }
td.TdClassName
{
border-color: #2DFDDF;
}
.TagClassName
{
border-color: #2DFDDF;
}
</style>