Shades of Turquoise #2DFBE6
Tints of Turquoise #2DFBE6
RGB
CMYK
RGB Variations
Color information
#2DFBE6 (or 0x2DFBE6) is known color: Turquoise. HEX triplet: 2D, FB and E6. RGB value is (45,251,230). Sum of RGB (Red+Green+Blue) = 45+251+230=526 (69% of max value = 765). Red value is 45 (17.97% from 255 or 8.56% from 526); Green value is 251 (98.44% from 255 or 47.72% from 526); Blue value is 230 (90.23% from 255 or 43.73% from 526); Max value from RGB is 251 - color contains mainly: green. Hex color #2DFBE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2DFBE6 is #D20419. Grayscale: #BABABA. Windows color (decimal): -13763610 or 15137581. OLE color: 15137581.
HSL color Cylindrical-coordinate representation of color #2DFBE6: hue angle of 173.88º 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 #2DFBE6 is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 251 | 230 | - |
| CMYK | 0.82 | 0 | 0.08 | 0.02 |
| HSL | 173.88º | 0.96% | 0.58% | - |
| HSV(B) | 173.88º | 0.82% | 0.98% | - |
| XYZ | 49.86 | 75.27 | 86.76 | - |
| YUV | 187.01 | 152.25 | 26.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 251 | 230 | 0.82 | 0 | 0.08 | 0.02 | 173.88 | 0.96 | 0.58 |
| Hex | 2D | FB | E6 | 52 | 0 | 8 | 2 | AE | 60 | 3A |
| Octal | 55 | 373 | 346 | 122 | 0 | 10 | 2 | 256 | 140 | 72 |
| Binary | 101101 | 11111011 | 11100110 | 1010010 | 0 | 1000 | 10 | 10101110 | 1100000 | 111010 |
Color Harmonies of #2DFBE6
Complementary color
Monochromatic Colors of #2DFBE6
Black with #2DFBE6
Text Example
Text Example
White with #2DFBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFBE6; }
p { color: rgb(45,251,230); }
H1.HeaderClassName
{
color: #2DFBE6;
}
.AnyTagClassName
{
color: #2DFBE6;
}
</style>
background-color css
<style>
a { background-color: #2DFBE6; }
a { background-color: rgb(45,251,230); }
div.DivClassName
{
background-color: #2DFBE6;
}
.BgClassName
{
background-color: #2DFBE6;
}
</style>
border-color css
<style>
span { border-color: #2DFBE6; }
span { border-color: rgb(45,251,230); }
td.TdClassName
{
border-color: #2DFBE6;
}
.TagClassName
{
border-color: #2DFBE6;
}
</style>