Shades of Turquoise #2CE2EA
Tints of Turquoise #2CE2EA
RGB
CMYK
RGB Variations
Color information
#2CE2EA (or 0x2CE2EA) is known color: Turquoise. HEX triplet: 2C, E2 and EA. RGB value is (44,226,234). Sum of RGB (Red+Green+Blue) = 44+226+234=504 (66% of max value = 765). Red value is 44 (17.58% from 255 or 8.73% from 504); Green value is 226 (88.67% from 255 or 44.84% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 234 - color contains mainly: blue. Hex color #2CE2EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CE2EA is #D31D15. Grayscale: #ACACAC. Windows color (decimal): -13835542 or 15393324. OLE color: 15393324.
HSL color Cylindrical-coordinate representation of color #2CE2EA: hue angle of 182.53º 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 #2CE2EA is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 226 | 234 | - |
| CMYK | 0.81 | 0.03 | 0 | 0.08 |
| HSL | 182.53º | 0.82% | 0.55% | - |
| HSV(B) | 182.53º | 0.81% | 0.92% | - |
| XYZ | 43.09 | 60.87 | 87.32 | - |
| YUV | 172.49 | 162.7 | 36.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 226 | 234 | 0.81 | 0.03 | 0 | 0.08 | 182.53 | 0.82 | 0.55 |
| Hex | 2C | E2 | EA | 51 | 3 | 0 | 8 | B7 | 52 | 37 |
| Octal | 54 | 342 | 352 | 121 | 3 | 0 | 10 | 267 | 122 | 67 |
| Binary | 101100 | 11100010 | 11101010 | 1010001 | 11 | 0 | 1000 | 10110111 | 1010010 | 110111 |
Color Harmonies of #2CE2EA
Complementary color
Monochromatic Colors of #2CE2EA
Black with #2CE2EA
Text Example
Text Example
White with #2CE2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE2EA; }
p { color: rgb(44,226,234); }
H1.HeaderClassName
{
color: #2CE2EA;
}
.AnyTagClassName
{
color: #2CE2EA;
}
</style>
background-color css
<style>
a { background-color: #2CE2EA; }
a { background-color: rgb(44,226,234); }
div.DivClassName
{
background-color: #2CE2EA;
}
.BgClassName
{
background-color: #2CE2EA;
}
</style>
border-color css
<style>
span { border-color: #2CE2EA; }
span { border-color: rgb(44,226,234); }
td.TdClassName
{
border-color: #2CE2EA;
}
.TagClassName
{
border-color: #2CE2EA;
}
</style>