Shades of Turquoise #2DF1EF
Tints of Turquoise #2DF1EF
RGB
CMYK
RGB Variations
Color information
#2DF1EF (or 0x2DF1EF) is known color: Turquoise. HEX triplet: 2D, F1 and EF. RGB value is (45,241,239). Sum of RGB (Red+Green+Blue) = 45+241+239=525 (69% of max value = 765). Red value is 45 (17.97% from 255 or 8.57% from 525); Green value is 241 (94.53% from 255 or 45.90% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 241 - color contains mainly: green. Hex color #2DF1EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2DF1EF is #D20E10. Grayscale: #B5B5B5. Windows color (decimal): -13766161 or 15724845. OLE color: 15724845.
HSL color Cylindrical-coordinate representation of color #2DF1EF: hue angle of 179.39º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DF1EF is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 241 | 239 | - |
| CMYK | 0.81 | 0 | 0.01 | 0.05 |
| HSL | 179.39º | 0.88% | 0.56% | - |
| HSV(B) | 179.39º | 0.81% | 0.95% | - |
| XYZ | 48.12 | 69.7 | 92.58 | - |
| YUV | 182.17 | 160.07 | 30.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 241 | 239 | 0.81 | 0 | 0.01 | 0.05 | 179.39 | 0.88 | 0.56 |
| Hex | 2D | F1 | EF | 51 | 0 | 1 | 5 | B3 | 58 | 38 |
| Octal | 55 | 361 | 357 | 121 | 0 | 1 | 5 | 263 | 130 | 70 |
| Binary | 101101 | 11110001 | 11101111 | 1010001 | 0 | 1 | 101 | 10110011 | 1011000 | 111000 |
Color Harmonies of #2DF1EF
Complementary color
Monochromatic Colors of #2DF1EF
Black with #2DF1EF
Text Example
Text Example
White with #2DF1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF1EF; }
p { color: rgb(45,241,239); }
H1.HeaderClassName
{
color: #2DF1EF;
}
.AnyTagClassName
{
color: #2DF1EF;
}
</style>
background-color css
<style>
a { background-color: #2DF1EF; }
a { background-color: rgb(45,241,239); }
div.DivClassName
{
background-color: #2DF1EF;
}
.BgClassName
{
background-color: #2DF1EF;
}
</style>
border-color css
<style>
span { border-color: #2DF1EF; }
span { border-color: rgb(45,241,239); }
td.TdClassName
{
border-color: #2DF1EF;
}
.TagClassName
{
border-color: #2DF1EF;
}
</style>