Shades of Bright Turquoise #2DFAF0
Tints of Bright Turquoise #2DFAF0
RGB
CMYK
RGB Variations
Color information
#2DFAF0 (or 0x2DFAF0) is known color: Bright Turquoise. HEX triplet: 2D, FA and F0. RGB value is (45,250,240). Sum of RGB (Red+Green+Blue) = 45+250+240=535 (70% of max value = 765). Red value is 45 (17.97% from 255 or 8.41% from 535); Green value is 250 (98.05% from 255 or 46.73% from 535); Blue value is 240 (94.14% from 255 or 44.86% from 535); Max value from RGB is 250 - color contains mainly: green. Hex color #2DFAF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2DFAF0 is #D2050F. Grayscale: #BBBBBB. Windows color (decimal): -13763856 or 15792685. OLE color: 15792685.
HSL color Cylindrical-coordinate representation of color #2DFAF0: hue angle of 177.07º 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 #2DFAF0 is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 250 | 240 | - |
| CMYK | 0.82 | 0 | 0.04 | 0.02 |
| HSL | 177.07º | 0.95% | 0.58% | - |
| HSV(B) | 177.07º | 0.82% | 0.98% | - |
| XYZ | 51 | 75.22 | 94.27 | - |
| YUV | 187.57 | 157.58 | 26.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 250 | 240 | 0.82 | 0 | 0.04 | 0.02 | 177.07 | 0.95 | 0.58 |
| Hex | 2D | FA | F0 | 52 | 0 | 4 | 2 | B1 | 5F | 3A |
| Octal | 55 | 372 | 360 | 122 | 0 | 4 | 2 | 261 | 137 | 72 |
| Binary | 101101 | 11111010 | 11110000 | 1010010 | 0 | 100 | 10 | 10110001 | 1011111 | 111010 |
Color Harmonies of #2DFAF0
Complementary color
Monochromatic Colors of #2DFAF0
Black with #2DFAF0
Text Example
Text Example
White with #2DFAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFAF0; }
p { color: rgb(45,250,240); }
H1.HeaderClassName
{
color: #2DFAF0;
}
.AnyTagClassName
{
color: #2DFAF0;
}
</style>
background-color css
<style>
a { background-color: #2DFAF0; }
a { background-color: rgb(45,250,240); }
div.DivClassName
{
background-color: #2DFAF0;
}
.BgClassName
{
background-color: #2DFAF0;
}
</style>
border-color css
<style>
span { border-color: #2DFAF0; }
span { border-color: rgb(45,250,240); }
td.TdClassName
{
border-color: #2DFAF0;
}
.TagClassName
{
border-color: #2DFAF0;
}
</style>