Shades of Turquoise #2CDEEA
Tints of Turquoise #2CDEEA
RGB
CMYK
RGB Variations
Color information
#2CDEEA (or 0x2CDEEA) is known color: Turquoise. HEX triplet: 2C, DE and EA. RGB value is (44,222,234). Sum of RGB (Red+Green+Blue) = 44+222+234=500 (66% of max value = 765). Red value is 44 (17.58% from 255 or 8.8% from 500); Green value is 222 (87.11% from 255 or 44.4% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #2CDEEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CDEEA is #D32115. Grayscale: #A9A9A9. Windows color (decimal): -13836566 or 15392300. OLE color: 15392300.
HSL color Cylindrical-coordinate representation of color #2CDEEA: hue angle of 183.79º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CDEEA is Cyan = 0.81, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 222 | 234 | - |
| CMYK | 0.81 | 0.05 | 0 | 0.08 |
| HSL | 183.79º | 0.82% | 0.55% | - |
| HSV(B) | 183.79º | 0.81% | 0.92% | - |
| XYZ | 42.01 | 58.72 | 86.96 | - |
| YUV | 170.15 | 164.03 | 38.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 222 | 234 | 0.81 | 0.05 | 0 | 0.08 | 183.79 | 0.82 | 0.55 |
| Hex | 2C | DE | EA | 51 | 5 | 0 | 8 | B8 | 52 | 37 |
| Octal | 54 | 336 | 352 | 121 | 5 | 0 | 10 | 270 | 122 | 67 |
| Binary | 101100 | 11011110 | 11101010 | 1010001 | 101 | 0 | 1000 | 10111000 | 1010010 | 110111 |
Color Harmonies of #2CDEEA
Complementary color
Monochromatic Colors of #2CDEEA
Black with #2CDEEA
Text Example
Text Example
White with #2CDEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDEEA; }
p { color: rgb(44,222,234); }
H1.HeaderClassName
{
color: #2CDEEA;
}
.AnyTagClassName
{
color: #2CDEEA;
}
</style>
background-color css
<style>
a { background-color: #2CDEEA; }
a { background-color: rgb(44,222,234); }
div.DivClassName
{
background-color: #2CDEEA;
}
.BgClassName
{
background-color: #2CDEEA;
}
</style>
border-color css
<style>
span { border-color: #2CDEEA; }
span { border-color: rgb(44,222,234); }
td.TdClassName
{
border-color: #2CDEEA;
}
.TagClassName
{
border-color: #2CDEEA;
}
</style>