Shades of Turquoise #2DF4EE
Tints of Turquoise #2DF4EE
RGB
CMYK
RGB Variations
Color information
#2DF4EE (or 0x2DF4EE) is known color: Turquoise. HEX triplet: 2D, F4 and EE. RGB value is (45,244,238). Sum of RGB (Red+Green+Blue) = 45+244+238=527 (69% of max value = 765). Red value is 45 (17.97% from 255 or 8.54% from 527); Green value is 244 (95.70% from 255 or 46.30% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 244 - color contains mainly: green. Hex color #2DF4EE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2DF4EE is #D20B11. Grayscale: #B7B7B7. Windows color (decimal): -13765394 or 15660077. OLE color: 15660077.
HSL color Cylindrical-coordinate representation of color #2DF4EE: hue angle of 178.19º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF4EE is Cyan = 0.82, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 45 | 244 | 238 | - |
| CMYK | 0.82 | 0 | 0.02 | 0.04 |
| HSL | 178.19º | 0.9% | 0.57% | - |
| HSV(B) | 178.19º | 0.82% | 0.96% | - |
| XYZ | 48.87 | 71.43 | 92.1 | - |
| YUV | 183.82 | 158.57 | 28.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 244 | 238 | 0.82 | 0 | 0.02 | 0.04 | 178.19 | 0.9 | 0.57 |
| Hex | 2D | F4 | EE | 52 | 0 | 2 | 4 | B2 | 5A | 39 |
| Octal | 55 | 364 | 356 | 122 | 0 | 2 | 4 | 262 | 132 | 71 |
| Binary | 101101 | 11110100 | 11101110 | 1010010 | 0 | 10 | 100 | 10110010 | 1011010 | 111001 |
Color Harmonies of #2DF4EE
Complementary color
Monochromatic Colors of #2DF4EE
Black with #2DF4EE
Text Example
Text Example
White with #2DF4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF4EE; }
p { color: rgb(45,244,238); }
H1.HeaderClassName
{
color: #2DF4EE;
}
.AnyTagClassName
{
color: #2DF4EE;
}
</style>
background-color css
<style>
a { background-color: #2DF4EE; }
a { background-color: rgb(45,244,238); }
div.DivClassName
{
background-color: #2DF4EE;
}
.BgClassName
{
background-color: #2DF4EE;
}
</style>
border-color css
<style>
span { border-color: #2DF4EE; }
span { border-color: rgb(45,244,238); }
td.TdClassName
{
border-color: #2DF4EE;
}
.TagClassName
{
border-color: #2DF4EE;
}
</style>