Shades of Turquoise #2DEECF
Tints of Turquoise #2DEECF
RGB
CMYK
RGB Variations
Color information
#2DEECF (or 0x2DEECF) is known color: Turquoise. HEX triplet: 2D, EE and CF. RGB value is (45,238,207). Sum of RGB (Red+Green+Blue) = 45+238+207=490 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.18% from 490); Green value is 238 (93.36% from 255 or 48.57% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 238 - color contains mainly: green. Hex color #2DEECF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DEECF is #D21130. Grayscale: #B0B0B0. Windows color (decimal): -13766961 or 13626925. OLE color: 13626925.
HSL color Cylindrical-coordinate representation of color #2DEECF: hue angle of 170.36º 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 #2DEECF is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 238 | 207 | - |
| CMYK | 0.81 | 0 | 0.13 | 0.07 |
| HSL | 170.36º | 0.85% | 0.55% | - |
| HSV(B) | 170.36º | 0.81% | 0.93% | - |
| XYZ | 42.92 | 66.21 | 69.55 | - |
| YUV | 176.76 | 145.06 | 34.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 238 | 207 | 0.81 | 0 | 0.13 | 0.07 | 170.36 | 0.85 | 0.55 |
| Hex | 2D | EE | CF | 51 | 0 | D | 7 | AA | 55 | 37 |
| Octal | 55 | 356 | 317 | 121 | 0 | 15 | 7 | 252 | 125 | 67 |
| Binary | 101101 | 11101110 | 11001111 | 1010001 | 0 | 1101 | 111 | 10101010 | 1010101 | 110111 |
Color Harmonies of #2DEECF
Complementary color
Monochromatic Colors of #2DEECF
Black with #2DEECF
Text Example
Text Example
White with #2DEECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEECF; }
p { color: rgb(45,238,207); }
H1.HeaderClassName
{
color: #2DEECF;
}
.AnyTagClassName
{
color: #2DEECF;
}
</style>
background-color css
<style>
a { background-color: #2DEECF; }
a { background-color: rgb(45,238,207); }
div.DivClassName
{
background-color: #2DEECF;
}
.BgClassName
{
background-color: #2DEECF;
}
</style>
border-color css
<style>
span { border-color: #2DEECF; }
span { border-color: rgb(45,238,207); }
td.TdClassName
{
border-color: #2DEECF;
}
.TagClassName
{
border-color: #2DEECF;
}
</style>