Shades of Turquoise #2CEEDF
Tints of Turquoise #2CEEDF
RGB
CMYK
RGB Variations
Color information
#2CEEDF (or 0x2CEEDF) is known color: Turquoise. HEX triplet: 2C, EE and DF. RGB value is (44,238,223). Sum of RGB (Red+Green+Blue) = 44+238+223=505 (66% of max value = 765). Red value is 44 (17.58% from 255 or 8.71% from 505); Green value is 238 (93.36% from 255 or 47.13% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 238 - color contains mainly: green. Hex color #2CEEDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CEEDF is #D31120. Grayscale: #B2B2B2. Windows color (decimal): -13832481 or 14675500. OLE color: 14675500.
HSL color Cylindrical-coordinate representation of color #2CEEDF: hue angle of 175.36º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CEEDF is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 238 | 223 | - |
| CMYK | 0.82 | 0 | 0.06 | 0.07 |
| HSL | 175.36º | 0.85% | 0.55% | - |
| HSV(B) | 175.36º | 0.82% | 0.93% | - |
| XYZ | 44.93 | 67.01 | 80.38 | - |
| YUV | 178.28 | 153.23 | 32.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 238 | 223 | 0.82 | 0 | 0.06 | 0.07 | 175.36 | 0.85 | 0.55 |
| Hex | 2C | EE | DF | 52 | 0 | 6 | 7 | AF | 55 | 37 |
| Octal | 54 | 356 | 337 | 122 | 0 | 6 | 7 | 257 | 125 | 67 |
| Binary | 101100 | 11101110 | 11011111 | 1010010 | 0 | 110 | 111 | 10101111 | 1010101 | 110111 |
Color Harmonies of #2CEEDF
Complementary color
Monochromatic Colors of #2CEEDF
Black with #2CEEDF
Text Example
Text Example
White with #2CEEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEEDF; }
p { color: rgb(44,238,223); }
H1.HeaderClassName
{
color: #2CEEDF;
}
.AnyTagClassName
{
color: #2CEEDF;
}
</style>
background-color css
<style>
a { background-color: #2CEEDF; }
a { background-color: rgb(44,238,223); }
div.DivClassName
{
background-color: #2CEEDF;
}
.BgClassName
{
background-color: #2CEEDF;
}
</style>
border-color css
<style>
span { border-color: #2CEEDF; }
span { border-color: rgb(44,238,223); }
td.TdClassName
{
border-color: #2CEEDF;
}
.TagClassName
{
border-color: #2CEEDF;
}
</style>