Shades of Turquoise #2DFBB8
Tints of Turquoise #2DFBB8
RGB
CMYK
RGB Variations
Color information
#2DFBB8 (or 0x2DFBB8) is known color: Turquoise. HEX triplet: 2D, FB and B8. RGB value is (45,251,184). Sum of RGB (Red+Green+Blue) = 45+251+184=480 (63% of max value = 765). Red value is 45 (17.97% from 255 or 9.38% from 480); Green value is 251 (98.44% from 255 or 52.29% from 480); Blue value is 184 (72.27% from 255 or 38.33% from 480); Max value from RGB is 251 - color contains mainly: green. Hex color #2DFBB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DFBB8 is #D20447. Grayscale: #B5B5B5. Windows color (decimal): -13763656 or 12122925. OLE color: 12122925.
HSL color Cylindrical-coordinate representation of color #2DFBB8: hue angle of 160.49º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFBB8 is Cyan = 0.82, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 251 | 184 | - |
| CMYK | 0.82 | 0 | 0.27 | 0.02 |
| HSL | 160.49º | 0.96% | 0.58% | - |
| HSV(B) | 160.49º | 0.82% | 0.98% | - |
| XYZ | 44.23 | 73.01 | 57.11 | - |
| YUV | 181.77 | 129.25 | 30.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 251 | 184 | 0.82 | 0 | 0.27 | 0.02 | 160.49 | 0.96 | 0.58 |
| Hex | 2D | FB | B8 | 52 | 0 | 1B | 2 | A0 | 60 | 3A |
| Octal | 55 | 373 | 270 | 122 | 0 | 33 | 2 | 240 | 140 | 72 |
| Binary | 101101 | 11111011 | 10111000 | 1010010 | 0 | 11011 | 10 | 10100000 | 1100000 | 111010 |
Color Harmonies of #2DFBB8
Complementary color
Monochromatic Colors of #2DFBB8
Black with #2DFBB8
Text Example
Text Example
White with #2DFBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFBB8; }
p { color: rgb(45,251,184); }
H1.HeaderClassName
{
color: #2DFBB8;
}
.AnyTagClassName
{
color: #2DFBB8;
}
</style>
background-color css
<style>
a { background-color: #2DFBB8; }
a { background-color: rgb(45,251,184); }
div.DivClassName
{
background-color: #2DFBB8;
}
.BgClassName
{
background-color: #2DFBB8;
}
</style>
border-color css
<style>
span { border-color: #2DFBB8; }
span { border-color: rgb(45,251,184); }
td.TdClassName
{
border-color: #2DFBB8;
}
.TagClassName
{
border-color: #2DFBB8;
}
</style>