Shades of Turquoise #2BCDDA
Tints of Turquoise #2BCDDA
RGB
CMYK
RGB Variations
Color information
#2BCDDA (or 0x2BCDDA) is known color: Turquoise. HEX triplet: 2B, CD and DA. RGB value is (43,205,218). Sum of RGB (Red+Green+Blue) = 43+205+218=466 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.23% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #2BCDDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCDDA is #D43225. Grayscale: #9D9D9D. Windows color (decimal): -13906470 or 14339371. OLE color: 14339371.
HSL color Cylindrical-coordinate representation of color #2BCDDA: hue angle of 184.46º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BCDDA is Cyan = 0.80, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 205 | 218 | - |
| CMYK | 0.80 | 0.06 | 0 | 0.15 |
| HSL | 184.46º | 0.7% | 0.51% | - |
| HSV(B) | 184.46º | 0.8% | 0.85% | - |
| XYZ | 35.48 | 49.24 | 73.96 | - |
| YUV | 158.04 | 161.83 | 45.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 205 | 218 | 0.80 | 0.06 | 0 | 0.15 | 184.46 | 0.7 | 0.51 |
| Hex | 2B | CD | DA | 50 | 6 | 0 | F | B8 | 46 | 33 |
| Octal | 53 | 315 | 332 | 120 | 6 | 0 | 17 | 270 | 106 | 63 |
| Binary | 101011 | 11001101 | 11011010 | 1010000 | 110 | 0 | 1111 | 10111000 | 1000110 | 110011 |
Color Harmonies of #2BCDDA
Complementary color
Monochromatic Colors of #2BCDDA
Black with #2BCDDA
Text Example
Text Example
White with #2BCDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCDDA; }
p { color: rgb(43,205,218); }
H1.HeaderClassName
{
color: #2BCDDA;
}
.AnyTagClassName
{
color: #2BCDDA;
}
</style>
background-color css
<style>
a { background-color: #2BCDDA; }
a { background-color: rgb(43,205,218); }
div.DivClassName
{
background-color: #2BCDDA;
}
.BgClassName
{
background-color: #2BCDDA;
}
</style>
border-color css
<style>
span { border-color: #2BCDDA; }
span { border-color: rgb(43,205,218); }
td.TdClassName
{
border-color: #2BCDDA;
}
.TagClassName
{
border-color: #2BCDDA;
}
</style>