Shades of Turquoise #2CEECF
Tints of Turquoise #2CEECF
RGB
CMYK
RGB Variations
Color information
#2CEECF (or 0x2CEECF) is known color: Turquoise. HEX triplet: 2C, EE and CF. RGB value is (44,238,207). Sum of RGB (Red+Green+Blue) = 44+238+207=489 (64% of max value = 765). Red value is 44 (17.58% from 255 or 9.00% from 489); Green value is 238 (93.36% from 255 or 48.67% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 238 - color contains mainly: green. Hex color #2CEECF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CEECF is #D31130. Grayscale: #B0B0B0. Windows color (decimal): -13832497 or 13626924. OLE color: 13626924.
HSL color Cylindrical-coordinate representation of color #2CEECF: hue angle of 170.41º 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 #2CEECF is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 238 | 207 | - |
| CMYK | 0.82 | 0 | 0.13 | 0.07 |
| HSL | 170.41º | 0.85% | 0.55% | - |
| HSV(B) | 170.41º | 0.82% | 0.93% | - |
| XYZ | 42.88 | 66.19 | 69.55 | - |
| YUV | 176.46 | 145.23 | 33.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 238 | 207 | 0.82 | 0 | 0.13 | 0.07 | 170.41 | 0.85 | 0.55 |
| Hex | 2C | EE | CF | 52 | 0 | D | 7 | AA | 55 | 37 |
| Octal | 54 | 356 | 317 | 122 | 0 | 15 | 7 | 252 | 125 | 67 |
| Binary | 101100 | 11101110 | 11001111 | 1010010 | 0 | 1101 | 111 | 10101010 | 1010101 | 110111 |
Color Harmonies of #2CEECF
Complementary color
Monochromatic Colors of #2CEECF
Black with #2CEECF
Text Example
Text Example
White with #2CEECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEECF; }
p { color: rgb(44,238,207); }
H1.HeaderClassName
{
color: #2CEECF;
}
.AnyTagClassName
{
color: #2CEECF;
}
</style>
background-color css
<style>
a { background-color: #2CEECF; }
a { background-color: rgb(44,238,207); }
div.DivClassName
{
background-color: #2CEECF;
}
.BgClassName
{
background-color: #2CEECF;
}
</style>
border-color css
<style>
span { border-color: #2CEECF; }
span { border-color: rgb(44,238,207); }
td.TdClassName
{
border-color: #2CEECF;
}
.TagClassName
{
border-color: #2CEECF;
}
</style>