Shades of Turquoise #2DFFB3
Tints of Turquoise #2DFFB3
RGB
CMYK
RGB Variations
Color information
#2DFFB3 (or 0x2DFFB3) is known color: Turquoise. HEX triplet: 2D, FF and B3. RGB value is (45,255,179). Sum of RGB (Red+Green+Blue) = 45+255+179=479 (63% of max value = 765). Red value is 45 (17.97% from 255 or 9.39% from 479); Green value is 255 (100% from 255 or 53.24% from 479); Blue value is 179 (70.31% from 255 or 37.37% from 479); Max value from RGB is 255 - color contains mainly: green. Hex color #2DFFB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DFFB3 is #D2004C. Grayscale: #B7B7B7. Windows color (decimal): -13762637 or 11796269. OLE color: 11796269.
HSL color Cylindrical-coordinate representation of color #2DFFB3: hue angle of 158.29º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFFB3 is Cyan = 0.82, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 45 | 255 | 179 | - |
| CMYK | 0.82 | 0 | 0.30 | 0 |
| HSL | 158.29º | 1% | 0.59% | - |
| HSV(B) | 158.29º | 0.82% | 1% | - |
| XYZ | 44.98 | 75.33 | 54.82 | - |
| YUV | 183.55 | 125.43 | 29.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 255 | 179 | 0.82 | 0 | 0.30 | 0 | 158.29 | 1 | 0.59 |
| Hex | 2D | FF | B3 | 52 | 0 | 1E | 0 | 9E | 64 | 3B |
| Octal | 55 | 377 | 263 | 122 | 0 | 36 | 0 | 236 | 144 | 73 |
| Binary | 101101 | 11111111 | 10110011 | 1010010 | 0 | 11110 | 0 | 10011110 | 1100100 | 111011 |
Color Harmonies of #2DFFB3
Complementary color
Monochromatic Colors of #2DFFB3
Black with #2DFFB3
Text Example
Text Example
White with #2DFFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFFB3; }
p { color: rgb(45,255,179); }
H1.HeaderClassName
{
color: #2DFFB3;
}
.AnyTagClassName
{
color: #2DFFB3;
}
</style>
background-color css
<style>
a { background-color: #2DFFB3; }
a { background-color: rgb(45,255,179); }
div.DivClassName
{
background-color: #2DFFB3;
}
.BgClassName
{
background-color: #2DFFB3;
}
</style>
border-color css
<style>
span { border-color: #2DFFB3; }
span { border-color: rgb(45,255,179); }
td.TdClassName
{
border-color: #2DFFB3;
}
.TagClassName
{
border-color: #2DFFB3;
}
</style>