Shades of Turquoise #2CEFDF
Tints of Turquoise #2CEFDF
RGB
CMYK
RGB Variations
Color information
#2CEFDF (or 0x2CEFDF) is known color: Turquoise. HEX triplet: 2C, EF and DF. RGB value is (44,239,223). Sum of RGB (Red+Green+Blue) = 44+239+223=506 (67% of max value = 765). Red value is 44 (17.58% from 255 or 8.70% from 506); Green value is 239 (93.75% from 255 or 47.23% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 239 - color contains mainly: green. Hex color #2CEFDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CEFDF is #D31020. Grayscale: #B2B2B2. Windows color (decimal): -13832225 or 14675756. OLE color: 14675756.
HSL color Cylindrical-coordinate representation of color #2CEFDF: hue angle of 175.08º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CEFDF is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 239 | 223 | - |
| CMYK | 0.82 | 0 | 0.07 | 0.06 |
| HSL | 175.08º | 0.86% | 0.55% | - |
| HSV(B) | 175.08º | 0.82% | 0.94% | - |
| XYZ | 45.22 | 67.6 | 80.48 | - |
| YUV | 178.87 | 152.9 | 31.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 239 | 223 | 0.82 | 0 | 0.07 | 0.06 | 175.08 | 0.86 | 0.55 |
| Hex | 2C | EF | DF | 52 | 0 | 7 | 6 | AF | 56 | 37 |
| Octal | 54 | 357 | 337 | 122 | 0 | 7 | 6 | 257 | 126 | 67 |
| Binary | 101100 | 11101111 | 11011111 | 1010010 | 0 | 111 | 110 | 10101111 | 1010110 | 110111 |
Color Harmonies of #2CEFDF
Complementary color
Monochromatic Colors of #2CEFDF
Black with #2CEFDF
Text Example
Text Example
White with #2CEFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEFDF; }
p { color: rgb(44,239,223); }
H1.HeaderClassName
{
color: #2CEFDF;
}
.AnyTagClassName
{
color: #2CEFDF;
}
</style>
background-color css
<style>
a { background-color: #2CEFDF; }
a { background-color: rgb(44,239,223); }
div.DivClassName
{
background-color: #2CEFDF;
}
.BgClassName
{
background-color: #2CEFDF;
}
</style>
border-color css
<style>
span { border-color: #2CEFDF; }
span { border-color: rgb(44,239,223); }
td.TdClassName
{
border-color: #2CEFDF;
}
.TagClassName
{
border-color: #2CEFDF;
}
</style>