Shades of Turquoise #2DECF2
Tints of Turquoise #2DECF2
RGB
CMYK
RGB Variations
Color information
#2DECF2 (or 0x2DECF2) is known color: Turquoise. HEX triplet: 2D, EC and F2. RGB value is (45,236,242). Sum of RGB (Red+Green+Blue) = 45+236+242=523 (69% of max value = 765). Red value is 45 (17.97% from 255 or 8.60% from 523); Green value is 236 (92.58% from 255 or 45.12% from 523); Blue value is 242 (94.92% from 255 or 46.27% from 523); Max value from RGB is 242 - color contains mainly: blue. Hex color #2DECF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2DECF2 is #D2130D. Grayscale: #B3B3B3. Windows color (decimal): -13767438 or 15920173. OLE color: 15920173.
HSL color Cylindrical-coordinate representation of color #2DECF2: hue angle of 181.83º 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 #2DECF2 is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 236 | 242 | - |
| CMYK | 0.81 | 0.02 | 0 | 0.05 |
| HSL | 181.83º | 0.88% | 0.56% | - |
| HSV(B) | 181.83º | 0.81% | 0.95% | - |
| XYZ | 47.1 | 66.96 | 94.45 | - |
| YUV | 179.58 | 163.22 | 32.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 236 | 242 | 0.81 | 0.02 | 0 | 0.05 | 181.83 | 0.88 | 0.56 |
| Hex | 2D | EC | F2 | 51 | 2 | 0 | 5 | B6 | 58 | 38 |
| Octal | 55 | 354 | 362 | 121 | 2 | 0 | 5 | 266 | 130 | 70 |
| Binary | 101101 | 11101100 | 11110010 | 1010001 | 10 | 0 | 101 | 10110110 | 1011000 | 111000 |
Color Harmonies of #2DECF2
Complementary color
Monochromatic Colors of #2DECF2
Black with #2DECF2
Text Example
Text Example
White with #2DECF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DECF2; }
p { color: rgb(45,236,242); }
H1.HeaderClassName
{
color: #2DECF2;
}
.AnyTagClassName
{
color: #2DECF2;
}
</style>
background-color css
<style>
a { background-color: #2DECF2; }
a { background-color: rgb(45,236,242); }
div.DivClassName
{
background-color: #2DECF2;
}
.BgClassName
{
background-color: #2DECF2;
}
</style>
border-color css
<style>
span { border-color: #2DECF2; }
span { border-color: rgb(45,236,242); }
td.TdClassName
{
border-color: #2DECF2;
}
.TagClassName
{
border-color: #2DECF2;
}
</style>