Shades of Turquoise #2DEFEE
Tints of Turquoise #2DEFEE
RGB
CMYK
RGB Variations
Color information
#2DEFEE (or 0x2DEFEE) is known color: Turquoise. HEX triplet: 2D, EF and EE. RGB value is (45,239,238). Sum of RGB (Red+Green+Blue) = 45+239+238=522 (69% of max value = 765). Red value is 45 (17.97% from 255 or 8.62% from 522); Green value is 239 (93.75% from 255 or 45.79% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 239 - color contains mainly: green. Hex color #2DEFEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2DEFEE is #D21011. Grayscale: #B4B4B4. Windows color (decimal): -13766674 or 15658797. OLE color: 15658797.
HSL color Cylindrical-coordinate representation of color #2DEFEE: hue angle of 179.69º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DEFEE is Cyan = 0.81, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 239 | 238 | - |
| CMYK | 0.81 | 0 | 0.00 | 0.06 |
| HSL | 179.69º | 0.86% | 0.56% | - |
| HSV(B) | 179.69º | 0.81% | 0.94% | - |
| XYZ | 47.38 | 68.46 | 91.61 | - |
| YUV | 180.88 | 160.23 | 31.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 239 | 238 | 0.81 | 0 | 0.00 | 0.06 | 179.69 | 0.86 | 0.56 |
| Hex | 2D | EF | EE | 51 | 0 | 0 | 6 | B4 | 56 | 38 |
| Octal | 55 | 357 | 356 | 121 | 0 | 0 | 6 | 264 | 126 | 70 |
| Binary | 101101 | 11101111 | 11101110 | 1010001 | 0 | 0 | 110 | 10110100 | 1010110 | 111000 |
Color Harmonies of #2DEFEE
Complementary color
Monochromatic Colors of #2DEFEE
Black with #2DEFEE
Text Example
Text Example
White with #2DEFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEFEE; }
p { color: rgb(45,239,238); }
H1.HeaderClassName
{
color: #2DEFEE;
}
.AnyTagClassName
{
color: #2DEFEE;
}
</style>
background-color css
<style>
a { background-color: #2DEFEE; }
a { background-color: rgb(45,239,238); }
div.DivClassName
{
background-color: #2DEFEE;
}
.BgClassName
{
background-color: #2DEFEE;
}
</style>
border-color css
<style>
span { border-color: #2DEFEE; }
span { border-color: rgb(45,239,238); }
td.TdClassName
{
border-color: #2DEFEE;
}
.TagClassName
{
border-color: #2DEFEE;
}
</style>