Shades of Turquoise #2DEBCF
Tints of Turquoise #2DEBCF
RGB
CMYK
RGB Variations
Color information
#2DEBCF (or 0x2DEBCF) is known color: Turquoise. HEX triplet: 2D, EB and CF. RGB value is (45,235,207). Sum of RGB (Red+Green+Blue) = 45+235+207=487 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.24% from 487); Green value is 235 (92.19% from 255 or 48.25% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 235 - color contains mainly: green. Hex color #2DEBCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DEBCF is #D21430. Grayscale: #AEAEAE. Windows color (decimal): -13767729 or 13626157. OLE color: 13626157.
HSL color Cylindrical-coordinate representation of color #2DEBCF: hue angle of 171.16º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DEBCF is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 235 | 207 | - |
| CMYK | 0.81 | 0 | 0.12 | 0.08 |
| HSL | 171.16º | 0.83% | 0.55% | - |
| HSV(B) | 171.16º | 0.81% | 0.92% | - |
| XYZ | 42.05 | 64.48 | 69.26 | - |
| YUV | 175 | 146.05 | 35.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 235 | 207 | 0.81 | 0 | 0.12 | 0.08 | 171.16 | 0.83 | 0.55 |
| Hex | 2D | EB | CF | 51 | 0 | C | 8 | AB | 53 | 37 |
| Octal | 55 | 353 | 317 | 121 | 0 | 14 | 10 | 253 | 123 | 67 |
| Binary | 101101 | 11101011 | 11001111 | 1010001 | 0 | 1100 | 1000 | 10101011 | 1010011 | 110111 |
Color Harmonies of #2DEBCF
Complementary color
Monochromatic Colors of #2DEBCF
Black with #2DEBCF
Text Example
Text Example
White with #2DEBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEBCF; }
p { color: rgb(45,235,207); }
H1.HeaderClassName
{
color: #2DEBCF;
}
.AnyTagClassName
{
color: #2DEBCF;
}
</style>
background-color css
<style>
a { background-color: #2DEBCF; }
a { background-color: rgb(45,235,207); }
div.DivClassName
{
background-color: #2DEBCF;
}
.BgClassName
{
background-color: #2DEBCF;
}
</style>
border-color css
<style>
span { border-color: #2DEBCF; }
span { border-color: rgb(45,235,207); }
td.TdClassName
{
border-color: #2DEBCF;
}
.TagClassName
{
border-color: #2DEBCF;
}
</style>