Shades of Turquoise #2DF8EE
Tints of Turquoise #2DF8EE
RGB
CMYK
RGB Variations
Color information
#2DF8EE (or 0x2DF8EE) is known color: Turquoise. HEX triplet: 2D, F8 and EE. RGB value is (45,248,238). Sum of RGB (Red+Green+Blue) = 45+248+238=531 (70% of max value = 765). Red value is 45 (17.97% from 255 or 8.47% from 531); Green value is 248 (97.27% from 255 or 46.70% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 248 - color contains mainly: green. Hex color #2DF8EE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2DF8EE is #D20711. Grayscale: #BABABA. Windows color (decimal): -13764370 or 15661101. OLE color: 15661101.
HSL color Cylindrical-coordinate representation of color #2DF8EE: hue angle of 177.04º 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 #2DF8EE is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 45 | 248 | 238 | - |
| CMYK | 0.82 | 0 | 0.04 | 0.03 |
| HSL | 177.04º | 0.94% | 0.57% | - |
| HSV(B) | 177.04º | 0.82% | 0.97% | - |
| XYZ | 50.08 | 73.87 | 92.51 | - |
| YUV | 186.16 | 157.25 | 27.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 248 | 238 | 0.82 | 0 | 0.04 | 0.03 | 177.04 | 0.94 | 0.57 |
| Hex | 2D | F8 | EE | 52 | 0 | 4 | 3 | B1 | 5E | 39 |
| Octal | 55 | 370 | 356 | 122 | 0 | 4 | 3 | 261 | 136 | 71 |
| Binary | 101101 | 11111000 | 11101110 | 1010010 | 0 | 100 | 11 | 10110001 | 1011110 | 111001 |
Color Harmonies of #2DF8EE
Complementary color
Monochromatic Colors of #2DF8EE
Black with #2DF8EE
Text Example
Text Example
White with #2DF8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF8EE; }
p { color: rgb(45,248,238); }
H1.HeaderClassName
{
color: #2DF8EE;
}
.AnyTagClassName
{
color: #2DF8EE;
}
</style>
background-color css
<style>
a { background-color: #2DF8EE; }
a { background-color: rgb(45,248,238); }
div.DivClassName
{
background-color: #2DF8EE;
}
.BgClassName
{
background-color: #2DF8EE;
}
</style>
border-color css
<style>
span { border-color: #2DF8EE; }
span { border-color: rgb(45,248,238); }
td.TdClassName
{
border-color: #2DF8EE;
}
.TagClassName
{
border-color: #2DF8EE;
}
</style>