Shades of Turquoise #2BFCDF
Tints of Turquoise #2BFCDF
RGB
CMYK
RGB Variations
Color information
#2BFCDF (or 0x2BFCDF) is known color: Turquoise. HEX triplet: 2B, FC and DF. RGB value is (43,252,223). Sum of RGB (Red+Green+Blue) = 43+252+223=518 (68% of max value = 765). Red value is 43 (17.19% from 255 or 8.30% from 518); Green value is 252 (98.83% from 255 or 48.65% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 252 - color contains mainly: green. Hex color #2BFCDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFCDF is #D40320. Grayscale: #BABABA. Windows color (decimal): -13894433 or 14679083. OLE color: 14679083.
HSL color Cylindrical-coordinate representation of color #2BFCDF: hue angle of 171.67º degrees, saturation: 0.97, 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 #2BFCDF is Cyan = 0.83, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 252 | 223 | - |
| CMYK | 0.83 | 0 | 0.12 | 0.01 |
| HSL | 171.67º | 0.97% | 0.58% | - |
| HSV(B) | 171.67º | 0.83% | 0.99% | - |
| XYZ | 49.13 | 75.46 | 81.79 | - |
| YUV | 186.2 | 148.76 | 25.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 252 | 223 | 0.83 | 0 | 0.12 | 0.01 | 171.67 | 0.97 | 0.58 |
| Hex | 2B | FC | DF | 53 | 0 | C | 1 | AC | 61 | 3A |
| Octal | 53 | 374 | 337 | 123 | 0 | 14 | 1 | 254 | 141 | 72 |
| Binary | 101011 | 11111100 | 11011111 | 1010011 | 0 | 1100 | 1 | 10101100 | 1100001 | 111010 |
Color Harmonies of #2BFCDF
Complementary color
Monochromatic Colors of #2BFCDF
Black with #2BFCDF
Text Example
Text Example
White with #2BFCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFCDF; }
p { color: rgb(43,252,223); }
H1.HeaderClassName
{
color: #2BFCDF;
}
.AnyTagClassName
{
color: #2BFCDF;
}
</style>
background-color css
<style>
a { background-color: #2BFCDF; }
a { background-color: rgb(43,252,223); }
div.DivClassName
{
background-color: #2BFCDF;
}
.BgClassName
{
background-color: #2BFCDF;
}
</style>
border-color css
<style>
span { border-color: #2BFCDF; }
span { border-color: rgb(43,252,223); }
td.TdClassName
{
border-color: #2BFCDF;
}
.TagClassName
{
border-color: #2BFCDF;
}
</style>