Shades of Turquoise #2CEDEE
Tints of Turquoise #2CEDEE
RGB
CMYK
RGB Variations
Color information
#2CEDEE (or 0x2CEDEE) is known color: Turquoise. HEX triplet: 2C, ED and EE. RGB value is (44,237,238). Sum of RGB (Red+Green+Blue) = 44+237+238=519 (68% of max value = 765). Red value is 44 (17.58% from 255 or 8.48% from 519); Green value is 237 (92.97% from 255 or 45.66% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #2CEDEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2CEDEE is #D31211. Grayscale: #B3B3B3. Windows color (decimal): -13832722 or 15658284. OLE color: 15658284.
HSL color Cylindrical-coordinate representation of color #2CEDEE: hue angle of 180.31º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CEDEE is Cyan = 0.82, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 237 | 238 | - |
| CMYK | 0.82 | 0.00 | 0 | 0.07 |
| HSL | 180.31º | 0.85% | 0.55% | - |
| HSV(B) | 180.31º | 0.82% | 0.93% | - |
| XYZ | 46.76 | 67.28 | 91.41 | - |
| YUV | 179.41 | 161.06 | 31.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 237 | 238 | 0.82 | 0.00 | 0 | 0.07 | 180.31 | 0.85 | 0.55 |
| Hex | 2C | ED | EE | 52 | 0 | 0 | 7 | B4 | 55 | 37 |
| Octal | 54 | 355 | 356 | 122 | 0 | 0 | 7 | 264 | 125 | 67 |
| Binary | 101100 | 11101101 | 11101110 | 1010010 | 0 | 0 | 111 | 10110100 | 1010101 | 110111 |
Color Harmonies of #2CEDEE
Complementary color
Monochromatic Colors of #2CEDEE
Black with #2CEDEE
Text Example
Text Example
White with #2CEDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEDEE; }
p { color: rgb(44,237,238); }
H1.HeaderClassName
{
color: #2CEDEE;
}
.AnyTagClassName
{
color: #2CEDEE;
}
</style>
background-color css
<style>
a { background-color: #2CEDEE; }
a { background-color: rgb(44,237,238); }
div.DivClassName
{
background-color: #2CEDEE;
}
.BgClassName
{
background-color: #2CEDEE;
}
</style>
border-color css
<style>
span { border-color: #2CEDEE; }
span { border-color: rgb(44,237,238); }
td.TdClassName
{
border-color: #2CEDEE;
}
.TagClassName
{
border-color: #2CEDEE;
}
</style>