Shades of Turquoise #2BFFCC
Tints of Turquoise #2BFFCC
RGB
CMYK
RGB Variations
Color information
#2BFFCC (or 0x2BFFCC) is known color: Turquoise. HEX triplet: 2B, FF and CC. RGB value is (43,255,204). Sum of RGB (Red+Green+Blue) = 43+255+204=502 (66% of max value = 765). Red value is 43 (17.19% from 255 or 8.57% from 502); Green value is 255 (100% from 255 or 50.80% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFFCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFFCC is #D40033. Grayscale: #B9B9B9. Windows color (decimal): -13893684 or 13434667. OLE color: 13434667.
HSL color Cylindrical-coordinate representation of color #2BFFCC: hue angle of 165.57º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFFCC is Cyan = 0.83, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 204 | - |
| CMYK | 0.83 | 0 | 0.2 | 0 |
| HSL | 165.57º | 1% | 0.58% | - |
| HSV(B) | 165.57º | 0.83% | 1% | - |
| XYZ | 47.66 | 76.39 | 69.36 | - |
| YUV | 185.8 | 138.26 | 26.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 204 | 0.83 | 0 | 0.2 | 0 | 165.57 | 1 | 0.58 |
| Hex | 2B | FF | CC | 53 | 0 | 14 | 0 | A6 | 64 | 3A |
| Octal | 53 | 377 | 314 | 123 | 0 | 24 | 0 | 246 | 144 | 72 |
| Binary | 101011 | 11111111 | 11001100 | 1010011 | 0 | 10100 | 0 | 10100110 | 1100100 | 111010 |
Color Harmonies of #2BFFCC
Complementary color
Monochromatic Colors of #2BFFCC
Black with #2BFFCC
Text Example
Text Example
White with #2BFFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFFCC; }
p { color: rgb(43,255,204); }
H1.HeaderClassName
{
color: #2BFFCC;
}
.AnyTagClassName
{
color: #2BFFCC;
}
</style>
background-color css
<style>
a { background-color: #2BFFCC; }
a { background-color: rgb(43,255,204); }
div.DivClassName
{
background-color: #2BFFCC;
}
.BgClassName
{
background-color: #2BFFCC;
}
</style>
border-color css
<style>
span { border-color: #2BFFCC; }
span { border-color: rgb(43,255,204); }
td.TdClassName
{
border-color: #2BFFCC;
}
.TagClassName
{
border-color: #2BFFCC;
}
</style>