Shades of Turquoise #2DFCE6
Tints of Turquoise #2DFCE6
RGB
CMYK
RGB Variations
Color information
#2DFCE6 (or 0x2DFCE6) is known color: Turquoise. HEX triplet: 2D, FC and E6. RGB value is (45,252,230). Sum of RGB (Red+Green+Blue) = 45+252+230=527 (69% of max value = 765). Red value is 45 (17.97% from 255 or 8.54% from 527); Green value is 252 (98.83% from 255 or 47.82% from 527); Blue value is 230 (90.23% from 255 or 43.64% from 527); Max value from RGB is 252 - color contains mainly: green. Hex color #2DFCE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2DFCE6 is #D20319. Grayscale: #BBBBBB. Windows color (decimal): -13763354 or 15137837. OLE color: 15137837.
HSL color Cylindrical-coordinate representation of color #2DFCE6: hue angle of 173.62º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFCE6 is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 252 | 230 | - |
| CMYK | 0.82 | 0 | 0.09 | 0.01 |
| HSL | 173.62º | 0.97% | 0.58% | - |
| HSV(B) | 173.62º | 0.82% | 0.99% | - |
| XYZ | 50.18 | 75.89 | 86.87 | - |
| YUV | 187.6 | 151.92 | 26.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 252 | 230 | 0.82 | 0 | 0.09 | 0.01 | 173.62 | 0.97 | 0.58 |
| Hex | 2D | FC | E6 | 52 | 0 | 9 | 1 | AE | 61 | 3A |
| Octal | 55 | 374 | 346 | 122 | 0 | 11 | 1 | 256 | 141 | 72 |
| Binary | 101101 | 11111100 | 11100110 | 1010010 | 0 | 1001 | 1 | 10101110 | 1100001 | 111010 |
Color Harmonies of #2DFCE6
Complementary color
Monochromatic Colors of #2DFCE6
Black with #2DFCE6
Text Example
Text Example
White with #2DFCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFCE6; }
p { color: rgb(45,252,230); }
H1.HeaderClassName
{
color: #2DFCE6;
}
.AnyTagClassName
{
color: #2DFCE6;
}
</style>
background-color css
<style>
a { background-color: #2DFCE6; }
a { background-color: rgb(45,252,230); }
div.DivClassName
{
background-color: #2DFCE6;
}
.BgClassName
{
background-color: #2DFCE6;
}
</style>
border-color css
<style>
span { border-color: #2DFCE6; }
span { border-color: rgb(45,252,230); }
td.TdClassName
{
border-color: #2DFCE6;
}
.TagClassName
{
border-color: #2DFCE6;
}
</style>