Shades of Turquoise #2BCFDC
Tints of Turquoise #2BCFDC
RGB
CMYK
RGB Variations
Color information
#2BCFDC (or 0x2BCFDC) is known color: Turquoise. HEX triplet: 2B, CF and DC. RGB value is (43,207,220). Sum of RGB (Red+Green+Blue) = 43+207+220=470 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.15% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #2BCFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCFDC is #D43023. Grayscale: #9F9F9F. Windows color (decimal): -13905956 or 14470955. OLE color: 14470955.
HSL color Cylindrical-coordinate representation of color #2BCFDC: hue angle of 184.41º 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 #2BCFDC is Cyan = 0.80, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 207 | 220 | - |
| CMYK | 0.80 | 0.06 | 0 | 0.14 |
| HSL | 184.41º | 0.72% | 0.52% | - |
| HSV(B) | 184.41º | 0.8% | 0.86% | - |
| XYZ | 36.23 | 50.31 | 75.51 | - |
| YUV | 159.45 | 162.17 | 44.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 207 | 220 | 0.80 | 0.06 | 0 | 0.14 | 184.41 | 0.72 | 0.52 |
| Hex | 2B | CF | DC | 50 | 6 | 0 | E | B8 | 48 | 34 |
| Octal | 53 | 317 | 334 | 120 | 6 | 0 | 16 | 270 | 110 | 64 |
| Binary | 101011 | 11001111 | 11011100 | 1010000 | 110 | 0 | 1110 | 10111000 | 1001000 | 110100 |
Color Harmonies of #2BCFDC
Complementary color
Monochromatic Colors of #2BCFDC
Black with #2BCFDC
Text Example
Text Example
White with #2BCFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCFDC; }
p { color: rgb(43,207,220); }
H1.HeaderClassName
{
color: #2BCFDC;
}
.AnyTagClassName
{
color: #2BCFDC;
}
</style>
background-color css
<style>
a { background-color: #2BCFDC; }
a { background-color: rgb(43,207,220); }
div.DivClassName
{
background-color: #2BCFDC;
}
.BgClassName
{
background-color: #2BCFDC;
}
</style>
border-color css
<style>
span { border-color: #2BCFDC; }
span { border-color: rgb(43,207,220); }
td.TdClassName
{
border-color: #2BCFDC;
}
.TagClassName
{
border-color: #2BCFDC;
}
</style>