Shades of Turquoise #2BF1DC
Tints of Turquoise #2BF1DC
RGB
CMYK
RGB Variations
Color information
#2BF1DC (or 0x2BF1DC) is known color: Turquoise. HEX triplet: 2B, F1 and DC. RGB value is (43,241,220). Sum of RGB (Red+Green+Blue) = 43+241+220=504 (66% of max value = 765). Red value is 43 (17.19% from 255 or 8.53% from 504); Green value is 241 (94.53% from 255 or 47.82% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 241 - color contains mainly: green. Hex color #2BF1DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BF1DC is #D40E23. Grayscale: #B3B3B3. Windows color (decimal): -13897252 or 14479659. OLE color: 14479659.
HSL color Cylindrical-coordinate representation of color #2BF1DC: hue angle of 173.64º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BF1DC is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 43 | 241 | 220 | - |
| CMYK | 0.82 | 0 | 0.09 | 0.05 |
| HSL | 173.64º | 0.88% | 0.56% | - |
| HSV(B) | 173.64º | 0.82% | 0.95% | - |
| XYZ | 45.37 | 68.59 | 78.56 | - |
| YUV | 179.4 | 150.9 | 30.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 241 | 220 | 0.82 | 0 | 0.09 | 0.05 | 173.64 | 0.88 | 0.56 |
| Hex | 2B | F1 | DC | 52 | 0 | 9 | 5 | AE | 58 | 38 |
| Octal | 53 | 361 | 334 | 122 | 0 | 11 | 5 | 256 | 130 | 70 |
| Binary | 101011 | 11110001 | 11011100 | 1010010 | 0 | 1001 | 101 | 10101110 | 1011000 | 111000 |
Color Harmonies of #2BF1DC
Complementary color
Monochromatic Colors of #2BF1DC
Black with #2BF1DC
Text Example
Text Example
White with #2BF1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF1DC; }
p { color: rgb(43,241,220); }
H1.HeaderClassName
{
color: #2BF1DC;
}
.AnyTagClassName
{
color: #2BF1DC;
}
</style>
background-color css
<style>
a { background-color: #2BF1DC; }
a { background-color: rgb(43,241,220); }
div.DivClassName
{
background-color: #2BF1DC;
}
.BgClassName
{
background-color: #2BF1DC;
}
</style>
border-color css
<style>
span { border-color: #2BF1DC; }
span { border-color: rgb(43,241,220); }
td.TdClassName
{
border-color: #2BF1DC;
}
.TagClassName
{
border-color: #2BF1DC;
}
</style>