Shades of Turquoise #2CDBEA
Tints of Turquoise #2CDBEA
RGB
CMYK
RGB Variations
Color information
#2CDBEA (or 0x2CDBEA) is known color: Turquoise. HEX triplet: 2C, DB and EA. RGB value is (44,219,234). Sum of RGB (Red+Green+Blue) = 44+219+234=497 (65% of max value = 765). Red value is 44 (17.58% from 255 or 8.85% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #2CDBEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CDBEA is #D32415. Grayscale: #A8A8A8. Windows color (decimal): -13837334 or 15391532. OLE color: 15391532.
HSL color Cylindrical-coordinate representation of color #2CDBEA: hue angle of 184.74º 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 #2CDBEA is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 219 | 234 | - |
| CMYK | 0.81 | 0.06 | 0 | 0.08 |
| HSL | 184.74º | 0.82% | 0.55% | - |
| HSV(B) | 184.74º | 0.81% | 0.92% | - |
| XYZ | 41.22 | 57.14 | 86.7 | - |
| YUV | 168.39 | 165.02 | 39.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 219 | 234 | 0.81 | 0.06 | 0 | 0.08 | 184.74 | 0.82 | 0.55 |
| Hex | 2C | DB | EA | 51 | 6 | 0 | 8 | B9 | 52 | 37 |
| Octal | 54 | 333 | 352 | 121 | 6 | 0 | 10 | 271 | 122 | 67 |
| Binary | 101100 | 11011011 | 11101010 | 1010001 | 110 | 0 | 1000 | 10111001 | 1010010 | 110111 |
Color Harmonies of #2CDBEA
Complementary color
Monochromatic Colors of #2CDBEA
Black with #2CDBEA
Text Example
Text Example
White with #2CDBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDBEA; }
p { color: rgb(44,219,234); }
H1.HeaderClassName
{
color: #2CDBEA;
}
.AnyTagClassName
{
color: #2CDBEA;
}
</style>
background-color css
<style>
a { background-color: #2CDBEA; }
a { background-color: rgb(44,219,234); }
div.DivClassName
{
background-color: #2CDBEA;
}
.BgClassName
{
background-color: #2CDBEA;
}
</style>
border-color css
<style>
span { border-color: #2CDBEA; }
span { border-color: rgb(44,219,234); }
td.TdClassName
{
border-color: #2CDBEA;
}
.TagClassName
{
border-color: #2CDBEA;
}
</style>