Shades of Turquoise #2DEAB3
Tints of Turquoise #2DEAB3
RGB
CMYK
RGB Variations
Color information
#2DEAB3 (or 0x2DEAB3) is known color: Turquoise. HEX triplet: 2D, EA and B3. RGB value is (45,234,179). Sum of RGB (Red+Green+Blue) = 45+234+179=458 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.83% from 458); Green value is 234 (91.80% from 255 or 51.09% from 458); Blue value is 179 (70.31% from 255 or 39.08% from 458); Max value from RGB is 234 - color contains mainly: green. Hex color #2DEAB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DEAB3 is #D2154C. Grayscale: #ABABAB. Windows color (decimal): -13768013 or 11790893. OLE color: 11790893.
HSL color Cylindrical-coordinate representation of color #2DEAB3: hue angle of 162.54º degrees, saturation: 0.82, 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 #2DEAB3 is Cyan = 0.81, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 234 | 179 | - |
| CMYK | 0.81 | 0 | 0.24 | 0.08 |
| HSL | 162.54º | 0.82% | 0.55% | - |
| HSV(B) | 162.54º | 0.81% | 0.92% | - |
| XYZ | 38.64 | 62.66 | 52.71 | - |
| YUV | 171.22 | 132.38 | 37.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 234 | 179 | 0.81 | 0 | 0.24 | 0.08 | 162.54 | 0.82 | 0.55 |
| Hex | 2D | EA | B3 | 51 | 0 | 18 | 8 | A3 | 52 | 37 |
| Octal | 55 | 352 | 263 | 121 | 0 | 30 | 10 | 243 | 122 | 67 |
| Binary | 101101 | 11101010 | 10110011 | 1010001 | 0 | 11000 | 1000 | 10100011 | 1010010 | 110111 |
Color Harmonies of #2DEAB3
Complementary color
Monochromatic Colors of #2DEAB3
Black with #2DEAB3
Text Example
Text Example
White with #2DEAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEAB3; }
p { color: rgb(45,234,179); }
H1.HeaderClassName
{
color: #2DEAB3;
}
.AnyTagClassName
{
color: #2DEAB3;
}
</style>
background-color css
<style>
a { background-color: #2DEAB3; }
a { background-color: rgb(45,234,179); }
div.DivClassName
{
background-color: #2DEAB3;
}
.BgClassName
{
background-color: #2DEAB3;
}
</style>
border-color css
<style>
span { border-color: #2DEAB3; }
span { border-color: rgb(45,234,179); }
td.TdClassName
{
border-color: #2DEAB3;
}
.TagClassName
{
border-color: #2DEAB3;
}
</style>