Shades of Medium Turquoise #2BCACF
Tints of Medium Turquoise #2BCACF
RGB
CMYK
RGB Variations
Color information
#2BCACF (or 0x2BCACF) is known color: Medium Turquoise. HEX triplet: 2B, CA and CF. RGB value is (43,202,207). Sum of RGB (Red+Green+Blue) = 43+202+207=452 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.51% from 452); Green value is 202 (79.30% from 255 or 44.69% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #2BCACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCACF is #D43530. Grayscale: #9A9A9A. Windows color (decimal): -13907249 or 13617707. OLE color: 13617707.
HSL color Cylindrical-coordinate representation of color #2BCACF: hue angle of 181.83º 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 #2BCACF is Cyan = 0.79, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 202 | 207 | - |
| CMYK | 0.79 | 0.02 | 0 | 0.19 |
| HSL | 181.83º | 0.66% | 0.49% | - |
| HSV(B) | 181.83º | 0.79% | 0.81% | - |
| XYZ | 33.38 | 47.26 | 66.39 | - |
| YUV | 155.03 | 157.32 | 48.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 202 | 207 | 0.79 | 0.02 | 0 | 0.19 | 181.83 | 0.66 | 0.49 |
| Hex | 2B | CA | CF | 4F | 2 | 0 | 13 | B6 | 42 | 31 |
| Octal | 53 | 312 | 317 | 117 | 2 | 0 | 23 | 266 | 102 | 61 |
| Binary | 101011 | 11001010 | 11001111 | 1001111 | 10 | 0 | 10011 | 10110110 | 1000010 | 110001 |
Color Harmonies of #2BCACF
Complementary color
Monochromatic Colors of #2BCACF
Black with #2BCACF
Text Example
Text Example
White with #2BCACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCACF; }
p { color: rgb(43,202,207); }
H1.HeaderClassName
{
color: #2BCACF;
}
.AnyTagClassName
{
color: #2BCACF;
}
</style>
background-color css
<style>
a { background-color: #2BCACF; }
a { background-color: rgb(43,202,207); }
div.DivClassName
{
background-color: #2BCACF;
}
.BgClassName
{
background-color: #2BCACF;
}
</style>
border-color css
<style>
span { border-color: #2BCACF; }
span { border-color: rgb(43,202,207); }
td.TdClassName
{
border-color: #2BCACF;
}
.TagClassName
{
border-color: #2BCACF;
}
</style>