Shades of Turquoise #2BDCCC
Tints of Turquoise #2BDCCC
RGB
CMYK
RGB Variations
Color information
#2BDCCC (or 0x2BDCCC) is known color: Turquoise. HEX triplet: 2B, DC and CC. RGB value is (43,220,204). Sum of RGB (Red+Green+Blue) = 43+220+204=467 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.21% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #2BDCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BDCCC is #D42333. Grayscale: #A5A5A5. Windows color (decimal): -13902644 or 13425707. OLE color: 13425707.
HSL color Cylindrical-coordinate representation of color #2BDCCC: hue angle of 174.58º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BDCCC is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 220 | 204 | - |
| CMYK | 0.80 | 0 | 0.07 | 0.14 |
| HSL | 174.58º | 0.72% | 0.52% | - |
| HSV(B) | 174.58º | 0.8% | 0.86% | - |
| XYZ | 37.49 | 56.06 | 65.97 | - |
| YUV | 165.25 | 149.86 | 40.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 220 | 204 | 0.80 | 0 | 0.07 | 0.14 | 174.58 | 0.72 | 0.52 |
| Hex | 2B | DC | CC | 50 | 0 | 7 | E | AF | 48 | 34 |
| Octal | 53 | 334 | 314 | 120 | 0 | 7 | 16 | 257 | 110 | 64 |
| Binary | 101011 | 11011100 | 11001100 | 1010000 | 0 | 111 | 1110 | 10101111 | 1001000 | 110100 |
Color Harmonies of #2BDCCC
Complementary color
Monochromatic Colors of #2BDCCC
Black with #2BDCCC
Text Example
Text Example
White with #2BDCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDCCC; }
p { color: rgb(43,220,204); }
H1.HeaderClassName
{
color: #2BDCCC;
}
.AnyTagClassName
{
color: #2BDCCC;
}
</style>
background-color css
<style>
a { background-color: #2BDCCC; }
a { background-color: rgb(43,220,204); }
div.DivClassName
{
background-color: #2BDCCC;
}
.BgClassName
{
background-color: #2BDCCC;
}
</style>
border-color css
<style>
span { border-color: #2BDCCC; }
span { border-color: rgb(43,220,204); }
td.TdClassName
{
border-color: #2BDCCC;
}
.TagClassName
{
border-color: #2BDCCC;
}
</style>