Shades of Turquoise #2CCEDA
Tints of Turquoise #2CCEDA
RGB
CMYK
RGB Variations
Color information
#2CCEDA (or 0x2CCEDA) is known color: Turquoise. HEX triplet: 2C, CE and DA. RGB value is (44,206,218). Sum of RGB (Red+Green+Blue) = 44+206+218=468 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.40% from 468); Green value is 206 (80.86% from 255 or 44.02% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #2CCEDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCEDA is #D33125. Grayscale: #9E9E9E. Windows color (decimal): -13840678 or 14339628. OLE color: 14339628.
HSL color Cylindrical-coordinate representation of color #2CCEDA: hue angle of 184.14º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CCEDA is Cyan = 0.80, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 44 | 206 | 218 | - |
| CMYK | 0.80 | 0.06 | 0 | 0.15 |
| HSL | 184.14º | 0.7% | 0.51% | - |
| HSV(B) | 184.14º | 0.8% | 0.85% | - |
| XYZ | 35.76 | 49.74 | 74.05 | - |
| YUV | 158.93 | 161.33 | 46.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 206 | 218 | 0.80 | 0.06 | 0 | 0.15 | 184.14 | 0.7 | 0.51 |
| Hex | 2C | CE | DA | 50 | 6 | 0 | F | B8 | 46 | 33 |
| Octal | 54 | 316 | 332 | 120 | 6 | 0 | 17 | 270 | 106 | 63 |
| Binary | 101100 | 11001110 | 11011010 | 1010000 | 110 | 0 | 1111 | 10111000 | 1000110 | 110011 |
Color Harmonies of #2CCEDA
Complementary color
Monochromatic Colors of #2CCEDA
Black with #2CCEDA
Text Example
Text Example
White with #2CCEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCEDA; }
p { color: rgb(44,206,218); }
H1.HeaderClassName
{
color: #2CCEDA;
}
.AnyTagClassName
{
color: #2CCEDA;
}
</style>
background-color css
<style>
a { background-color: #2CCEDA; }
a { background-color: rgb(44,206,218); }
div.DivClassName
{
background-color: #2CCEDA;
}
.BgClassName
{
background-color: #2CCEDA;
}
</style>
border-color css
<style>
span { border-color: #2CCEDA; }
span { border-color: rgb(44,206,218); }
td.TdClassName
{
border-color: #2CCEDA;
}
.TagClassName
{
border-color: #2CCEDA;
}
</style>