Shades of Turquoise #2CF9DE
Tints of Turquoise #2CF9DE
RGB
CMYK
RGB Variations
Color information
#2CF9DE (or 0x2CF9DE) is known color: Turquoise. HEX triplet: 2C, F9 and DE. RGB value is (44,249,222). Sum of RGB (Red+Green+Blue) = 44+249+222=515 (68% of max value = 765). Red value is 44 (17.58% from 255 or 8.54% from 515); Green value is 249 (97.66% from 255 or 48.35% from 515); Blue value is 222 (87.11% from 255 or 43.11% from 515); Max value from RGB is 249 - color contains mainly: green. Hex color #2CF9DE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CF9DE is #D30621. Grayscale: #B8B8B8. Windows color (decimal): -13829666 or 14612780. OLE color: 14612780.
HSL color Cylindrical-coordinate representation of color #2CF9DE: hue angle of 172.1º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF9DE is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 249 | 222 | - |
| CMYK | 0.82 | 0 | 0.11 | 0.02 |
| HSL | 172.1º | 0.94% | 0.57% | - |
| HSV(B) | 172.1º | 0.82% | 0.98% | - |
| XYZ | 48.1 | 73.56 | 80.77 | - |
| YUV | 184.63 | 149.08 | 27.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 249 | 222 | 0.82 | 0 | 0.11 | 0.02 | 172.1 | 0.94 | 0.57 |
| Hex | 2C | F9 | DE | 52 | 0 | B | 2 | AC | 5E | 39 |
| Octal | 54 | 371 | 336 | 122 | 0 | 13 | 2 | 254 | 136 | 71 |
| Binary | 101100 | 11111001 | 11011110 | 1010010 | 0 | 1011 | 10 | 10101100 | 1011110 | 111001 |
Color Harmonies of #2CF9DE
Complementary color
Monochromatic Colors of #2CF9DE
Black with #2CF9DE
Text Example
Text Example
White with #2CF9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF9DE; }
p { color: rgb(44,249,222); }
H1.HeaderClassName
{
color: #2CF9DE;
}
.AnyTagClassName
{
color: #2CF9DE;
}
</style>
background-color css
<style>
a { background-color: #2CF9DE; }
a { background-color: rgb(44,249,222); }
div.DivClassName
{
background-color: #2CF9DE;
}
.BgClassName
{
background-color: #2CF9DE;
}
</style>
border-color css
<style>
span { border-color: #2CF9DE; }
span { border-color: rgb(44,249,222); }
td.TdClassName
{
border-color: #2CF9DE;
}
.TagClassName
{
border-color: #2CF9DE;
}
</style>