Shades of Turquoise #2CDBE6
Tints of Turquoise #2CDBE6
RGB
CMYK
RGB Variations
Color information
#2CDBE6 (or 0x2CDBE6) is known color: Turquoise. HEX triplet: 2C, DB and E6. RGB value is (44,219,230). Sum of RGB (Red+Green+Blue) = 44+219+230=493 (65% of max value = 765). Red value is 44 (17.58% from 255 or 8.92% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 230 (90.23% from 255 or 46.65% from 493); Max value from RGB is 230 - color contains mainly: blue. Hex color #2CDBE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CDBE6 is #D32419. Grayscale: #A7A7A7. Windows color (decimal): -13837338 or 15129388. OLE color: 15129388.
HSL color Cylindrical-coordinate representation of color #2CDBE6: hue angle of 183.55º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CDBE6 is Cyan = 0.81, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 44 | 219 | 230 | - |
| CMYK | 0.81 | 0.05 | 0 | 0.10 |
| HSL | 183.55º | 0.79% | 0.54% | - |
| HSV(B) | 183.55º | 0.81% | 0.9% | - |
| XYZ | 40.65 | 56.91 | 83.71 | - |
| YUV | 167.93 | 163.02 | 39.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 219 | 230 | 0.81 | 0.05 | 0 | 0.10 | 183.55 | 0.79 | 0.54 |
| Hex | 2C | DB | E6 | 51 | 5 | 0 | A | B8 | 4F | 36 |
| Octal | 54 | 333 | 346 | 121 | 5 | 0 | 12 | 270 | 117 | 66 |
| Binary | 101100 | 11011011 | 11100110 | 1010001 | 101 | 0 | 1010 | 10111000 | 1001111 | 110110 |
Color Harmonies of #2CDBE6
Complementary color
Monochromatic Colors of #2CDBE6
Black with #2CDBE6
Text Example
Text Example
White with #2CDBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDBE6; }
p { color: rgb(44,219,230); }
H1.HeaderClassName
{
color: #2CDBE6;
}
.AnyTagClassName
{
color: #2CDBE6;
}
</style>
background-color css
<style>
a { background-color: #2CDBE6; }
a { background-color: rgb(44,219,230); }
div.DivClassName
{
background-color: #2CDBE6;
}
.BgClassName
{
background-color: #2CDBE6;
}
</style>
border-color css
<style>
span { border-color: #2CDBE6; }
span { border-color: rgb(44,219,230); }
td.TdClassName
{
border-color: #2CDBE6;
}
.TagClassName
{
border-color: #2CDBE6;
}
</style>