Shades of Turquoise #2CDEEB
Tints of Turquoise #2CDEEB
RGB
CMYK
RGB Variations
Color information
#2CDEEB (or 0x2CDEEB) is known color: Turquoise. HEX triplet: 2C, DE and EB. RGB value is (44,222,235). Sum of RGB (Red+Green+Blue) = 44+222+235=501 (66% of max value = 765). Red value is 44 (17.58% from 255 or 8.78% from 501); Green value is 222 (87.11% from 255 or 44.31% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #2CDEEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CDEEB is #D32114. Grayscale: #AAAAAA. Windows color (decimal): -13836565 or 15457836. OLE color: 15457836.
HSL color Cylindrical-coordinate representation of color #2CDEEB: hue angle of 184.08º degrees, saturation: 0.83, 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 #2CDEEB is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 222 | 235 | - |
| CMYK | 0.81 | 0.06 | 0 | 0.08 |
| HSL | 184.08º | 0.83% | 0.55% | - |
| HSV(B) | 184.08º | 0.81% | 0.92% | - |
| XYZ | 42.16 | 58.78 | 87.72 | - |
| YUV | 170.26 | 164.53 | 37.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 222 | 235 | 0.81 | 0.06 | 0 | 0.08 | 184.08 | 0.83 | 0.55 |
| Hex | 2C | DE | EB | 51 | 6 | 0 | 8 | B8 | 53 | 37 |
| Octal | 54 | 336 | 353 | 121 | 6 | 0 | 10 | 270 | 123 | 67 |
| Binary | 101100 | 11011110 | 11101011 | 1010001 | 110 | 0 | 1000 | 10111000 | 1010011 | 110111 |
Color Harmonies of #2CDEEB
Complementary color
Monochromatic Colors of #2CDEEB
Black with #2CDEEB
Text Example
Text Example
White with #2CDEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDEEB; }
p { color: rgb(44,222,235); }
H1.HeaderClassName
{
color: #2CDEEB;
}
.AnyTagClassName
{
color: #2CDEEB;
}
</style>
background-color css
<style>
a { background-color: #2CDEEB; }
a { background-color: rgb(44,222,235); }
div.DivClassName
{
background-color: #2CDEEB;
}
.BgClassName
{
background-color: #2CDEEB;
}
</style>
border-color css
<style>
span { border-color: #2CDEEB; }
span { border-color: rgb(44,222,235); }
td.TdClassName
{
border-color: #2CDEEB;
}
.TagClassName
{
border-color: #2CDEEB;
}
</style>