Shades of Turquoise #2DF8DF
Tints of Turquoise #2DF8DF
RGB
CMYK
RGB Variations
Color information
#2DF8DF (or 0x2DF8DF) is known color: Turquoise. HEX triplet: 2D, F8 and DF. RGB value is (45,248,223). Sum of RGB (Red+Green+Blue) = 45+248+223=516 (68% of max value = 765). Red value is 45 (17.97% from 255 or 8.72% from 516); Green value is 248 (97.27% from 255 or 48.06% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 248 - color contains mainly: green. Hex color #2DF8DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DF8DF is #D20720. Grayscale: #B8B8B8. Windows color (decimal): -13764385 or 14678061. OLE color: 14678061.
HSL color Cylindrical-coordinate representation of color #2DF8DF: hue angle of 172.61º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF8DF is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 45 | 248 | 223 | - |
| CMYK | 0.82 | 0 | 0.10 | 0.03 |
| HSL | 172.61º | 0.94% | 0.57% | - |
| HSV(B) | 172.61º | 0.82% | 0.97% | - |
| XYZ | 47.97 | 73.02 | 81.38 | - |
| YUV | 184.45 | 149.75 | 28.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 248 | 223 | 0.82 | 0 | 0.10 | 0.03 | 172.61 | 0.94 | 0.57 |
| Hex | 2D | F8 | DF | 52 | 0 | A | 3 | AD | 5E | 39 |
| Octal | 55 | 370 | 337 | 122 | 0 | 12 | 3 | 255 | 136 | 71 |
| Binary | 101101 | 11111000 | 11011111 | 1010010 | 0 | 1010 | 11 | 10101101 | 1011110 | 111001 |
Color Harmonies of #2DF8DF
Complementary color
Monochromatic Colors of #2DF8DF
Black with #2DF8DF
Text Example
Text Example
White with #2DF8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF8DF; }
p { color: rgb(45,248,223); }
H1.HeaderClassName
{
color: #2DF8DF;
}
.AnyTagClassName
{
color: #2DF8DF;
}
</style>
background-color css
<style>
a { background-color: #2DF8DF; }
a { background-color: rgb(45,248,223); }
div.DivClassName
{
background-color: #2DF8DF;
}
.BgClassName
{
background-color: #2DF8DF;
}
</style>
border-color css
<style>
span { border-color: #2DF8DF; }
span { border-color: rgb(45,248,223); }
td.TdClassName
{
border-color: #2DF8DF;
}
.TagClassName
{
border-color: #2DF8DF;
}
</style>