Shades of Turquoise #2CE4EA
Tints of Turquoise #2CE4EA
RGB
CMYK
RGB Variations
Color information
#2CE4EA (or 0x2CE4EA) is known color: Turquoise. HEX triplet: 2C, E4 and EA. RGB value is (44,228,234). Sum of RGB (Red+Green+Blue) = 44+228+234=506 (67% of max value = 765). Red value is 44 (17.58% from 255 or 8.70% from 506); Green value is 228 (89.45% from 255 or 45.06% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #2CE4EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CE4EA is #D31B15. Grayscale: #ADADAD. Windows color (decimal): -13835030 or 15393836. OLE color: 15393836.
HSL color Cylindrical-coordinate representation of color #2CE4EA: hue angle of 181.89º 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 #2CE4EA is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 228 | 234 | - |
| CMYK | 0.81 | 0.03 | 0 | 0.08 |
| HSL | 181.89º | 0.82% | 0.55% | - |
| HSV(B) | 181.89º | 0.81% | 0.92% | - |
| XYZ | 43.63 | 61.96 | 87.5 | - |
| YUV | 173.67 | 162.04 | 35.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 228 | 234 | 0.81 | 0.03 | 0 | 0.08 | 181.89 | 0.82 | 0.55 |
| Hex | 2C | E4 | EA | 51 | 3 | 0 | 8 | B6 | 52 | 37 |
| Octal | 54 | 344 | 352 | 121 | 3 | 0 | 10 | 266 | 122 | 67 |
| Binary | 101100 | 11100100 | 11101010 | 1010001 | 11 | 0 | 1000 | 10110110 | 1010010 | 110111 |
Color Harmonies of #2CE4EA
Complementary color
Monochromatic Colors of #2CE4EA
Black with #2CE4EA
Text Example
Text Example
White with #2CE4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE4EA; }
p { color: rgb(44,228,234); }
H1.HeaderClassName
{
color: #2CE4EA;
}
.AnyTagClassName
{
color: #2CE4EA;
}
</style>
background-color css
<style>
a { background-color: #2CE4EA; }
a { background-color: rgb(44,228,234); }
div.DivClassName
{
background-color: #2CE4EA;
}
.BgClassName
{
background-color: #2CE4EA;
}
</style>
border-color css
<style>
span { border-color: #2CE4EA; }
span { border-color: rgb(44,228,234); }
td.TdClassName
{
border-color: #2CE4EA;
}
.TagClassName
{
border-color: #2CE4EA;
}
</style>