Shades of Turquoise #2BDCDE
Tints of Turquoise #2BDCDE
RGB
CMYK
RGB Variations
Color information
#2BDCDE (or 0x2BDCDE) is known color: Turquoise. HEX triplet: 2B, DC and DE. RGB value is (43,220,222). Sum of RGB (Red+Green+Blue) = 43+220+222=485 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.87% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 222 (87.11% from 255 or 45.77% from 485); Max value from RGB is 222 - color contains mainly: blue. Hex color #2BDCDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BDCDE is #D42321. Grayscale: #A7A7A7. Windows color (decimal): -13902626 or 14605355. OLE color: 14605355.
HSL color Cylindrical-coordinate representation of color #2BDCDE: hue angle of 180.67º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BDCDE is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 220 | 222 | - |
| CMYK | 0.81 | 0.01 | 0 | 0.13 |
| HSL | 180.67º | 0.73% | 0.52% | - |
| HSV(B) | 180.67º | 0.81% | 0.87% | - |
| XYZ | 39.77 | 56.97 | 78.01 | - |
| YUV | 167.31 | 158.86 | 39.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 220 | 222 | 0.81 | 0.01 | 0 | 0.13 | 180.67 | 0.73 | 0.52 |
| Hex | 2B | DC | DE | 51 | 1 | 0 | D | B5 | 49 | 34 |
| Octal | 53 | 334 | 336 | 121 | 1 | 0 | 15 | 265 | 111 | 64 |
| Binary | 101011 | 11011100 | 11011110 | 1010001 | 1 | 0 | 1101 | 10110101 | 1001001 | 110100 |
Color Harmonies of #2BDCDE
Complementary color
Monochromatic Colors of #2BDCDE
Black with #2BDCDE
Text Example
Text Example
White with #2BDCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDCDE; }
p { color: rgb(43,220,222); }
H1.HeaderClassName
{
color: #2BDCDE;
}
.AnyTagClassName
{
color: #2BDCDE;
}
</style>
background-color css
<style>
a { background-color: #2BDCDE; }
a { background-color: rgb(43,220,222); }
div.DivClassName
{
background-color: #2BDCDE;
}
.BgClassName
{
background-color: #2BDCDE;
}
</style>
border-color css
<style>
span { border-color: #2BDCDE; }
span { border-color: rgb(43,220,222); }
td.TdClassName
{
border-color: #2BDCDE;
}
.TagClassName
{
border-color: #2BDCDE;
}
</style>