Shades of Turquoise #2CE6EA
Tints of Turquoise #2CE6EA
RGB
CMYK
RGB Variations
Color information
#2CE6EA (or 0x2CE6EA) is known color: Turquoise. HEX triplet: 2C, E6 and EA. RGB value is (44,230,234). Sum of RGB (Red+Green+Blue) = 44+230+234=508 (67% of max value = 765). Red value is 44 (17.58% from 255 or 8.66% from 508); Green value is 230 (90.23% from 255 or 45.28% from 508); Blue value is 234 (91.80% from 255 or 46.06% from 508); Max value from RGB is 234 - color contains mainly: blue. Hex color #2CE6EA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2CE6EA is #D31915. Grayscale: #AEAEAE. Windows color (decimal): -13834518 or 15394348. OLE color: 15394348.
HSL color Cylindrical-coordinate representation of color #2CE6EA: hue angle of 181.26º 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 #2CE6EA is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 230 | 234 | - |
| CMYK | 0.81 | 0.02 | 0 | 0.08 |
| HSL | 181.26º | 0.82% | 0.55% | - |
| HSV(B) | 181.26º | 0.81% | 0.92% | - |
| XYZ | 44.19 | 63.07 | 87.69 | - |
| YUV | 174.84 | 161.38 | 34.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 230 | 234 | 0.81 | 0.02 | 0 | 0.08 | 181.26 | 0.82 | 0.55 |
| Hex | 2C | E6 | EA | 51 | 2 | 0 | 8 | B5 | 52 | 37 |
| Octal | 54 | 346 | 352 | 121 | 2 | 0 | 10 | 265 | 122 | 67 |
| Binary | 101100 | 11100110 | 11101010 | 1010001 | 10 | 0 | 1000 | 10110101 | 1010010 | 110111 |
Color Harmonies of #2CE6EA
Complementary color
Monochromatic Colors of #2CE6EA
Black with #2CE6EA
Text Example
Text Example
White with #2CE6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE6EA; }
p { color: rgb(44,230,234); }
H1.HeaderClassName
{
color: #2CE6EA;
}
.AnyTagClassName
{
color: #2CE6EA;
}
</style>
background-color css
<style>
a { background-color: #2CE6EA; }
a { background-color: rgb(44,230,234); }
div.DivClassName
{
background-color: #2CE6EA;
}
.BgClassName
{
background-color: #2CE6EA;
}
</style>
border-color css
<style>
span { border-color: #2CE6EA; }
span { border-color: rgb(44,230,234); }
td.TdClassName
{
border-color: #2CE6EA;
}
.TagClassName
{
border-color: #2CE6EA;
}
</style>