Shades of Turquoise #2DEEEE
Tints of Turquoise #2DEEEE
RGB
CMYK
RGB Variations
Color information
#2DEEEE (or 0x2DEEEE) is known color: Turquoise. HEX triplet: 2D, EE and EE. RGB value is (45,238,238). Sum of RGB (Red+Green+Blue) = 45+238+238=521 (69% of max value = 765). Red value is 45 (17.97% from 255 or 8.64% from 521); Green value is 238 (93.36% from 255 or 45.68% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #2DEEEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2DEEEE is #D21111. Grayscale: #B4B4B4. Windows color (decimal): -13766930 or 15658541. OLE color: 15658541.
HSL color Cylindrical-coordinate representation of color #2DEEEE: hue angle of 180º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DEEEE is Cyan = 0.81, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 238 | 238 | - |
| CMYK | 0.81 | 0 | 0 | 0.07 |
| HSL | 180º | 0.85% | 0.55% | - |
| HSV(B) | 180º | 0.81% | 0.93% | - |
| XYZ | 47.09 | 67.88 | 91.51 | - |
| YUV | 180.29 | 160.56 | 31.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 238 | 238 | 0.81 | 0 | 0 | 0.07 | 180 | 0.85 | 0.55 |
| Hex | 2D | EE | EE | 51 | 0 | 0 | 7 | B4 | 55 | 37 |
| Octal | 55 | 356 | 356 | 121 | 0 | 0 | 7 | 264 | 125 | 67 |
| Binary | 101101 | 11101110 | 11101110 | 1010001 | 0 | 0 | 111 | 10110100 | 1010101 | 110111 |
Color Harmonies of #2DEEEE
Complementary color
Monochromatic Colors of #2DEEEE
Black with #2DEEEE
Text Example
Text Example
White with #2DEEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEEEE; }
p { color: rgb(45,238,238); }
H1.HeaderClassName
{
color: #2DEEEE;
}
.AnyTagClassName
{
color: #2DEEEE;
}
</style>
background-color css
<style>
a { background-color: #2DEEEE; }
a { background-color: rgb(45,238,238); }
div.DivClassName
{
background-color: #2DEEEE;
}
.BgClassName
{
background-color: #2DEEEE;
}
</style>
border-color css
<style>
span { border-color: #2DEEEE; }
span { border-color: rgb(45,238,238); }
td.TdClassName
{
border-color: #2DEEEE;
}
.TagClassName
{
border-color: #2DEEEE;
}
</style>