Shades of Turquoise #2BF5DF
Tints of Turquoise #2BF5DF
RGB
CMYK
RGB Variations
Color information
#2BF5DF (or 0x2BF5DF) is known color: Turquoise. HEX triplet: 2B, F5 and DF. RGB value is (43,245,223). Sum of RGB (Red+Green+Blue) = 43+245+223=511 (67% of max value = 765). Red value is 43 (17.19% from 255 or 8.41% from 511); Green value is 245 (96.09% from 255 or 47.95% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 245 - color contains mainly: green. Hex color #2BF5DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BF5DF is #D40A20. Grayscale: #B5B5B5. Windows color (decimal): -13896225 or 14677291. OLE color: 14677291.
HSL color Cylindrical-coordinate representation of color #2BF5DF: hue angle of 173.47º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BF5DF is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 43 | 245 | 223 | - |
| CMYK | 0.82 | 0 | 0.09 | 0.04 |
| HSL | 173.47º | 0.91% | 0.56% | - |
| HSV(B) | 173.47º | 0.82% | 0.96% | - |
| XYZ | 46.97 | 71.15 | 81.07 | - |
| YUV | 182.09 | 151.08 | 28.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 245 | 223 | 0.82 | 0 | 0.09 | 0.04 | 173.47 | 0.91 | 0.56 |
| Hex | 2B | F5 | DF | 52 | 0 | 9 | 4 | AD | 5B | 38 |
| Octal | 53 | 365 | 337 | 122 | 0 | 11 | 4 | 255 | 133 | 70 |
| Binary | 101011 | 11110101 | 11011111 | 1010010 | 0 | 1001 | 100 | 10101101 | 1011011 | 111000 |
Color Harmonies of #2BF5DF
Complementary color
Monochromatic Colors of #2BF5DF
Black with #2BF5DF
Text Example
Text Example
White with #2BF5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF5DF; }
p { color: rgb(43,245,223); }
H1.HeaderClassName
{
color: #2BF5DF;
}
.AnyTagClassName
{
color: #2BF5DF;
}
</style>
background-color css
<style>
a { background-color: #2BF5DF; }
a { background-color: rgb(43,245,223); }
div.DivClassName
{
background-color: #2BF5DF;
}
.BgClassName
{
background-color: #2BF5DF;
}
</style>
border-color css
<style>
span { border-color: #2BF5DF; }
span { border-color: rgb(43,245,223); }
td.TdClassName
{
border-color: #2BF5DF;
}
.TagClassName
{
border-color: #2BF5DF;
}
</style>