Shades of Turquoise #2BDCDF
Tints of Turquoise #2BDCDF
RGB
CMYK
RGB Variations
Color information
#2BDCDF (or 0x2BDCDF) is known color: Turquoise. HEX triplet: 2B, DC and DF. RGB value is (43,220,223). Sum of RGB (Red+Green+Blue) = 43+220+223=486 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.85% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #2BDCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BDCDF is #D42320. Grayscale: #A7A7A7. Windows color (decimal): -13902625 or 14670891. OLE color: 14670891.
HSL color Cylindrical-coordinate representation of color #2BDCDF: hue angle of 181º degrees, saturation: 0.74, 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 #2BDCDF is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 220 | 223 | - |
| CMYK | 0.81 | 0.01 | 0 | 0.13 |
| HSL | 181º | 0.74% | 0.52% | - |
| HSV(B) | 181º | 0.81% | 0.87% | - |
| XYZ | 39.91 | 57.03 | 78.72 | - |
| YUV | 167.42 | 159.36 | 39.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 220 | 223 | 0.81 | 0.01 | 0 | 0.13 | 181 | 0.74 | 0.52 |
| Hex | 2B | DC | DF | 51 | 1 | 0 | D | B5 | 4A | 34 |
| Octal | 53 | 334 | 337 | 121 | 1 | 0 | 15 | 265 | 112 | 64 |
| Binary | 101011 | 11011100 | 11011111 | 1010001 | 1 | 0 | 1101 | 10110101 | 1001010 | 110100 |
Color Harmonies of #2BDCDF
Complementary color
Monochromatic Colors of #2BDCDF
Black with #2BDCDF
Text Example
Text Example
White with #2BDCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDCDF; }
p { color: rgb(43,220,223); }
H1.HeaderClassName
{
color: #2BDCDF;
}
.AnyTagClassName
{
color: #2BDCDF;
}
</style>
background-color css
<style>
a { background-color: #2BDCDF; }
a { background-color: rgb(43,220,223); }
div.DivClassName
{
background-color: #2BDCDF;
}
.BgClassName
{
background-color: #2BDCDF;
}
</style>
border-color css
<style>
span { border-color: #2BDCDF; }
span { border-color: rgb(43,220,223); }
td.TdClassName
{
border-color: #2BDCDF;
}
.TagClassName
{
border-color: #2BDCDF;
}
</style>