Shades of Turquoise #2BFDCC
Tints of Turquoise #2BFDCC
RGB
CMYK
RGB Variations
Color information
#2BFDCC (or 0x2BFDCC) is known color: Turquoise. HEX triplet: 2B, FD and CC. RGB value is (43,253,204). Sum of RGB (Red+Green+Blue) = 43+253+204=500 (66% of max value = 765). Red value is 43 (17.19% from 255 or 8.6% from 500); Green value is 253 (99.22% from 255 or 50.6% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 253 - color contains mainly: green. Hex color #2BFDCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFDCC is #D40233. Grayscale: #B8B8B8. Windows color (decimal): -13894196 or 13434155. OLE color: 13434155.
HSL color Cylindrical-coordinate representation of color #2BFDCC: hue angle of 166º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFDCC is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 253 | 204 | - |
| CMYK | 0.83 | 0 | 0.19 | 0.01 |
| HSL | 166º | 0.98% | 0.58% | - |
| HSV(B) | 166º | 0.83% | 0.99% | - |
| XYZ | 47.02 | 75.12 | 69.15 | - |
| YUV | 184.62 | 138.93 | 26.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 253 | 204 | 0.83 | 0 | 0.19 | 0.01 | 166 | 0.98 | 0.58 |
| Hex | 2B | FD | CC | 53 | 0 | 13 | 1 | A6 | 62 | 3A |
| Octal | 53 | 375 | 314 | 123 | 0 | 23 | 1 | 246 | 142 | 72 |
| Binary | 101011 | 11111101 | 11001100 | 1010011 | 0 | 10011 | 1 | 10100110 | 1100010 | 111010 |
Color Harmonies of #2BFDCC
Complementary color
Monochromatic Colors of #2BFDCC
Black with #2BFDCC
Text Example
Text Example
White with #2BFDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFDCC; }
p { color: rgb(43,253,204); }
H1.HeaderClassName
{
color: #2BFDCC;
}
.AnyTagClassName
{
color: #2BFDCC;
}
</style>
background-color css
<style>
a { background-color: #2BFDCC; }
a { background-color: rgb(43,253,204); }
div.DivClassName
{
background-color: #2BFDCC;
}
.BgClassName
{
background-color: #2BFDCC;
}
</style>
border-color css
<style>
span { border-color: #2BFDCC; }
span { border-color: rgb(43,253,204); }
td.TdClassName
{
border-color: #2BFDCC;
}
.TagClassName
{
border-color: #2BFDCC;
}
</style>