Shades of Turquoise #2CEEDE
Tints of Turquoise #2CEEDE
RGB
CMYK
RGB Variations
Color information
#2CEEDE (or 0x2CEEDE) is known color: Turquoise. HEX triplet: 2C, EE and DE. RGB value is (44,238,222). Sum of RGB (Red+Green+Blue) = 44+238+222=504 (66% of max value = 765). Red value is 44 (17.58% from 255 or 8.73% from 504); Green value is 238 (93.36% from 255 or 47.22% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 238 - color contains mainly: green. Hex color #2CEEDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CEEDE is #D31121. Grayscale: #B2B2B2. Windows color (decimal): -13832482 or 14609964. OLE color: 14609964.
HSL color Cylindrical-coordinate representation of color #2CEEDE: hue angle of 175.05º 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 #2CEEDE is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 238 | 222 | - |
| CMYK | 0.82 | 0 | 0.07 | 0.07 |
| HSL | 175.05º | 0.85% | 0.55% | - |
| HSV(B) | 175.05º | 0.82% | 0.93% | - |
| XYZ | 44.8 | 66.96 | 79.67 | - |
| YUV | 178.17 | 152.73 | 32.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 238 | 222 | 0.82 | 0 | 0.07 | 0.07 | 175.05 | 0.85 | 0.55 |
| Hex | 2C | EE | DE | 52 | 0 | 7 | 7 | AF | 55 | 37 |
| Octal | 54 | 356 | 336 | 122 | 0 | 7 | 7 | 257 | 125 | 67 |
| Binary | 101100 | 11101110 | 11011110 | 1010010 | 0 | 111 | 111 | 10101111 | 1010101 | 110111 |
Color Harmonies of #2CEEDE
Complementary color
Monochromatic Colors of #2CEEDE
Black with #2CEEDE
Text Example
Text Example
White with #2CEEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEEDE; }
p { color: rgb(44,238,222); }
H1.HeaderClassName
{
color: #2CEEDE;
}
.AnyTagClassName
{
color: #2CEEDE;
}
</style>
background-color css
<style>
a { background-color: #2CEEDE; }
a { background-color: rgb(44,238,222); }
div.DivClassName
{
background-color: #2CEEDE;
}
.BgClassName
{
background-color: #2CEEDE;
}
</style>
border-color css
<style>
span { border-color: #2CEEDE; }
span { border-color: rgb(44,238,222); }
td.TdClassName
{
border-color: #2CEEDE;
}
.TagClassName
{
border-color: #2CEEDE;
}
</style>