Shades of Bright Turquoise #2DFAF1
Tints of Bright Turquoise #2DFAF1
RGB
CMYK
RGB Variations
Color information
#2DFAF1 (or 0x2DFAF1) is known color: Bright Turquoise. HEX triplet: 2D, FA and F1. RGB value is (45,250,241). Sum of RGB (Red+Green+Blue) = 45+250+241=536 (70% of max value = 765). Red value is 45 (17.97% from 255 or 8.40% from 536); Green value is 250 (98.05% from 255 or 46.64% from 536); Blue value is 241 (94.53% from 255 or 44.96% from 536); Max value from RGB is 250 - color contains mainly: green. Hex color #2DFAF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2DFAF1 is #D2050E. Grayscale: #BBBBBB. Windows color (decimal): -13763855 or 15858221. OLE color: 15858221.
HSL color Cylindrical-coordinate representation of color #2DFAF1: hue angle of 177.37º degrees, saturation: 0.95, 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 #2DFAF1 is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 250 | 241 | - |
| CMYK | 0.82 | 0 | 0.04 | 0.02 |
| HSL | 177.37º | 0.95% | 0.58% | - |
| HSV(B) | 177.37º | 0.82% | 0.98% | - |
| XYZ | 51.14 | 75.28 | 95.05 | - |
| YUV | 187.68 | 158.08 | 26.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 250 | 241 | 0.82 | 0 | 0.04 | 0.02 | 177.37 | 0.95 | 0.58 |
| Hex | 2D | FA | F1 | 52 | 0 | 4 | 2 | B1 | 5F | 3A |
| Octal | 55 | 372 | 361 | 122 | 0 | 4 | 2 | 261 | 137 | 72 |
| Binary | 101101 | 11111010 | 11110001 | 1010010 | 0 | 100 | 10 | 10110001 | 1011111 | 111010 |
Color Harmonies of #2DFAF1
Complementary color
Monochromatic Colors of #2DFAF1
Black with #2DFAF1
Text Example
Text Example
White with #2DFAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFAF1; }
p { color: rgb(45,250,241); }
H1.HeaderClassName
{
color: #2DFAF1;
}
.AnyTagClassName
{
color: #2DFAF1;
}
</style>
background-color css
<style>
a { background-color: #2DFAF1; }
a { background-color: rgb(45,250,241); }
div.DivClassName
{
background-color: #2DFAF1;
}
.BgClassName
{
background-color: #2DFAF1;
}
</style>
border-color css
<style>
span { border-color: #2DFAF1; }
span { border-color: rgb(45,250,241); }
td.TdClassName
{
border-color: #2DFAF1;
}
.TagClassName
{
border-color: #2DFAF1;
}
</style>