Shades of Turquoise #2CEDCF
Tints of Turquoise #2CEDCF
RGB
CMYK
RGB Variations
Color information
#2CEDCF (or 0x2CEDCF) is known color: Turquoise. HEX triplet: 2C, ED and CF. RGB value is (44,237,207). Sum of RGB (Red+Green+Blue) = 44+237+207=488 (64% of max value = 765). Red value is 44 (17.58% from 255 or 9.02% from 488); Green value is 237 (92.97% from 255 or 48.57% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 237 - color contains mainly: green. Hex color #2CEDCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CEDCF is #D31230. Grayscale: #AFAFAF. Windows color (decimal): -13832753 or 13626668. OLE color: 13626668.
HSL color Cylindrical-coordinate representation of color #2CEDCF: hue angle of 170.67º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CEDCF is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 237 | 207 | - |
| CMYK | 0.81 | 0 | 0.13 | 0.07 |
| HSL | 170.67º | 0.84% | 0.55% | - |
| HSV(B) | 170.67º | 0.81% | 0.93% | - |
| XYZ | 42.59 | 65.61 | 69.45 | - |
| YUV | 175.87 | 145.56 | 33.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 237 | 207 | 0.81 | 0 | 0.13 | 0.07 | 170.67 | 0.84 | 0.55 |
| Hex | 2C | ED | CF | 51 | 0 | D | 7 | AB | 54 | 37 |
| Octal | 54 | 355 | 317 | 121 | 0 | 15 | 7 | 253 | 124 | 67 |
| Binary | 101100 | 11101101 | 11001111 | 1010001 | 0 | 1101 | 111 | 10101011 | 1010100 | 110111 |
Color Harmonies of #2CEDCF
Complementary color
Monochromatic Colors of #2CEDCF
Black with #2CEDCF
Text Example
Text Example
White with #2CEDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEDCF; }
p { color: rgb(44,237,207); }
H1.HeaderClassName
{
color: #2CEDCF;
}
.AnyTagClassName
{
color: #2CEDCF;
}
</style>
background-color css
<style>
a { background-color: #2CEDCF; }
a { background-color: rgb(44,237,207); }
div.DivClassName
{
background-color: #2CEDCF;
}
.BgClassName
{
background-color: #2CEDCF;
}
</style>
border-color css
<style>
span { border-color: #2CEDCF; }
span { border-color: rgb(44,237,207); }
td.TdClassName
{
border-color: #2CEDCF;
}
.TagClassName
{
border-color: #2CEDCF;
}
</style>