Shades of Turquoise #2CFFDE
Tints of Turquoise #2CFFDE
RGB
CMYK
RGB Variations
Color information
#2CFFDE (or 0x2CFFDE) is known color: Turquoise. HEX triplet: 2C, FF and DE. RGB value is (44,255,222). Sum of RGB (Red+Green+Blue) = 44+255+222=521 (69% of max value = 765). Red value is 44 (17.58% from 255 or 8.45% from 521); Green value is 255 (100% from 255 or 48.94% from 521); Blue value is 222 (87.11% from 255 or 42.61% from 521); Max value from RGB is 255 - color contains mainly: green. Hex color #2CFFDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CFFDE is #D30021. Grayscale: #BCBCBC. Windows color (decimal): -13828130 or 14614316. OLE color: 14614316.
HSL color Cylindrical-coordinate representation of color #2CFFDE: hue angle of 170.62º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CFFDE is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 255 | 222 | - |
| CMYK | 0.83 | 0 | 0.13 | 0 |
| HSL | 170.62º | 1% | 0.59% | - |
| HSV(B) | 170.62º | 0.83% | 1% | - |
| XYZ | 49.98 | 77.33 | 81.4 | - |
| YUV | 188.15 | 147.1 | 25.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 255 | 222 | 0.83 | 0 | 0.13 | 0 | 170.62 | 1 | 0.59 |
| Hex | 2C | FF | DE | 53 | 0 | D | 0 | AB | 64 | 3B |
| Octal | 54 | 377 | 336 | 123 | 0 | 15 | 0 | 253 | 144 | 73 |
| Binary | 101100 | 11111111 | 11011110 | 1010011 | 0 | 1101 | 0 | 10101011 | 1100100 | 111011 |
Color Harmonies of #2CFFDE
Complementary color
Monochromatic Colors of #2CFFDE
Black with #2CFFDE
Text Example
Text Example
White with #2CFFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFFDE; }
p { color: rgb(44,255,222); }
H1.HeaderClassName
{
color: #2CFFDE;
}
.AnyTagClassName
{
color: #2CFFDE;
}
</style>
background-color css
<style>
a { background-color: #2CFFDE; }
a { background-color: rgb(44,255,222); }
div.DivClassName
{
background-color: #2CFFDE;
}
.BgClassName
{
background-color: #2CFFDE;
}
</style>
border-color css
<style>
span { border-color: #2CFFDE; }
span { border-color: rgb(44,255,222); }
td.TdClassName
{
border-color: #2CFFDE;
}
.TagClassName
{
border-color: #2CFFDE;
}
</style>