Shades of Turquoise #2BCECF
Tints of Turquoise #2BCECF
RGB
CMYK
RGB Variations
Color information
#2BCECF (or 0x2BCECF) is known color: Turquoise. HEX triplet: 2B, CE and CF. RGB value is (43,206,207). Sum of RGB (Red+Green+Blue) = 43+206+207=456 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.43% from 456); Green value is 206 (80.86% from 255 or 45.18% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #2BCECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCECF is #D43130. Grayscale: #9D9D9D. Windows color (decimal): -13906225 or 13618731. OLE color: 13618731.
HSL color Cylindrical-coordinate representation of color #2BCECF: hue angle of 180.37º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCECF is Cyan = 0.79, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 206 | 207 | - |
| CMYK | 0.79 | 0.00 | 0 | 0.19 |
| HSL | 180.37º | 0.66% | 0.49% | - |
| HSV(B) | 180.37º | 0.79% | 0.81% | - |
| XYZ | 34.33 | 49.16 | 66.71 | - |
| YUV | 157.38 | 156 | 46.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 206 | 207 | 0.79 | 0.00 | 0 | 0.19 | 180.37 | 0.66 | 0.49 |
| Hex | 2B | CE | CF | 4F | 0 | 0 | 13 | B4 | 42 | 31 |
| Octal | 53 | 316 | 317 | 117 | 0 | 0 | 23 | 264 | 102 | 61 |
| Binary | 101011 | 11001110 | 11001111 | 1001111 | 0 | 0 | 10011 | 10110100 | 1000010 | 110001 |
Color Harmonies of #2BCECF
Complementary color
Monochromatic Colors of #2BCECF
Black with #2BCECF
Text Example
Text Example
White with #2BCECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCECF; }
p { color: rgb(43,206,207); }
H1.HeaderClassName
{
color: #2BCECF;
}
.AnyTagClassName
{
color: #2BCECF;
}
</style>
background-color css
<style>
a { background-color: #2BCECF; }
a { background-color: rgb(43,206,207); }
div.DivClassName
{
background-color: #2BCECF;
}
.BgClassName
{
background-color: #2BCECF;
}
</style>
border-color css
<style>
span { border-color: #2BCECF; }
span { border-color: rgb(43,206,207); }
td.TdClassName
{
border-color: #2BCECF;
}
.TagClassName
{
border-color: #2BCECF;
}
</style>