Shades of Turquoise #2DF1EE
Tints of Turquoise #2DF1EE
RGB
CMYK
RGB Variations
Color information
#2DF1EE (or 0x2DF1EE) is known color: Turquoise. HEX triplet: 2D, F1 and EE. RGB value is (45,241,238). Sum of RGB (Red+Green+Blue) = 45+241+238=524 (69% of max value = 765). Red value is 45 (17.97% from 255 or 8.59% from 524); Green value is 241 (94.53% from 255 or 45.99% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 241 - color contains mainly: green. Hex color #2DF1EE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2DF1EE is #D20E11. Grayscale: #B5B5B5. Windows color (decimal): -13766162 or 15659309. OLE color: 15659309.
HSL color Cylindrical-coordinate representation of color #2DF1EE: hue angle of 179.08º 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 #2DF1EE is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 241 | 238 | - |
| CMYK | 0.81 | 0 | 0.01 | 0.05 |
| HSL | 179.08º | 0.88% | 0.56% | - |
| HSV(B) | 179.08º | 0.81% | 0.95% | - |
| XYZ | 47.97 | 69.64 | 91.8 | - |
| YUV | 182.05 | 159.57 | 30.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 241 | 238 | 0.81 | 0 | 0.01 | 0.05 | 179.08 | 0.88 | 0.56 |
| Hex | 2D | F1 | EE | 51 | 0 | 1 | 5 | B3 | 58 | 38 |
| Octal | 55 | 361 | 356 | 121 | 0 | 1 | 5 | 263 | 130 | 70 |
| Binary | 101101 | 11110001 | 11101110 | 1010001 | 0 | 1 | 101 | 10110011 | 1011000 | 111000 |
Color Harmonies of #2DF1EE
Complementary color
Monochromatic Colors of #2DF1EE
Black with #2DF1EE
Text Example
Text Example
White with #2DF1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF1EE; }
p { color: rgb(45,241,238); }
H1.HeaderClassName
{
color: #2DF1EE;
}
.AnyTagClassName
{
color: #2DF1EE;
}
</style>
background-color css
<style>
a { background-color: #2DF1EE; }
a { background-color: rgb(45,241,238); }
div.DivClassName
{
background-color: #2DF1EE;
}
.BgClassName
{
background-color: #2DF1EE;
}
</style>
border-color css
<style>
span { border-color: #2DF1EE; }
span { border-color: rgb(45,241,238); }
td.TdClassName
{
border-color: #2DF1EE;
}
.TagClassName
{
border-color: #2DF1EE;
}
</style>