Shades of Turquoise #2BCFE1
Tints of Turquoise #2BCFE1
RGB
CMYK
RGB Variations
Color information
#2BCFE1 (or 0x2BCFE1) is known color: Turquoise. HEX triplet: 2B, CF and E1. RGB value is (43,207,225). Sum of RGB (Red+Green+Blue) = 43+207+225=475 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.05% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 225 (88.28% from 255 or 47.37% from 475); Max value from RGB is 225 - color contains mainly: blue. Hex color #2BCFE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCFE1 is #D4301E. Grayscale: #9F9F9F. Windows color (decimal): -13905951 or 14798635. OLE color: 14798635.
HSL color Cylindrical-coordinate representation of color #2BCFE1: hue angle of 185.93º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BCFE1 is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 207 | 225 | - |
| CMYK | 0.81 | 0.08 | 0 | 0.12 |
| HSL | 185.93º | 0.75% | 0.53% | - |
| HSV(B) | 185.93º | 0.81% | 0.88% | - |
| XYZ | 36.9 | 50.58 | 79.05 | - |
| YUV | 160.02 | 164.67 | 44.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 207 | 225 | 0.81 | 0.08 | 0 | 0.12 | 185.93 | 0.75 | 0.53 |
| Hex | 2B | CF | E1 | 51 | 8 | 0 | C | BA | 4B | 35 |
| Octal | 53 | 317 | 341 | 121 | 10 | 0 | 14 | 272 | 113 | 65 |
| Binary | 101011 | 11001111 | 11100001 | 1010001 | 1000 | 0 | 1100 | 10111010 | 1001011 | 110101 |
Color Harmonies of #2BCFE1
Complementary color
Monochromatic Colors of #2BCFE1
Black with #2BCFE1
Text Example
Text Example
White with #2BCFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCFE1; }
p { color: rgb(43,207,225); }
H1.HeaderClassName
{
color: #2BCFE1;
}
.AnyTagClassName
{
color: #2BCFE1;
}
</style>
background-color css
<style>
a { background-color: #2BCFE1; }
a { background-color: rgb(43,207,225); }
div.DivClassName
{
background-color: #2BCFE1;
}
.BgClassName
{
background-color: #2BCFE1;
}
</style>
border-color css
<style>
span { border-color: #2BCFE1; }
span { border-color: rgb(43,207,225); }
td.TdClassName
{
border-color: #2BCFE1;
}
.TagClassName
{
border-color: #2BCFE1;
}
</style>