Shades of Turquoise #2BD3EA
Tints of Turquoise #2BD3EA
RGB
CMYK
RGB Variations
Color information
#2BD3EA (or 0x2BD3EA) is known color: Turquoise. HEX triplet: 2B, D3 and EA. RGB value is (43,211,234). Sum of RGB (Red+Green+Blue) = 43+211+234=488 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.81% from 488); Green value is 211 (82.81% from 255 or 43.24% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #2BD3EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BD3EA is #D42C15. Grayscale: #A3A3A3. Windows color (decimal): -13904918 or 15389483. OLE color: 15389483.
HSL color Cylindrical-coordinate representation of color #2BD3EA: hue angle of 187.23º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BD3EA is Cyan = 0.82, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 211 | 234 | - |
| CMYK | 0.82 | 0.10 | 0 | 0.08 |
| HSL | 187.23º | 0.82% | 0.54% | - |
| HSV(B) | 187.23º | 0.82% | 0.92% | - |
| XYZ | 39.14 | 53.04 | 86.02 | - |
| YUV | 163.39 | 167.84 | 42.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 211 | 234 | 0.82 | 0.10 | 0 | 0.08 | 187.23 | 0.82 | 0.54 |
| Hex | 2B | D3 | EA | 52 | A | 0 | 8 | BB | 52 | 36 |
| Octal | 53 | 323 | 352 | 122 | 12 | 0 | 10 | 273 | 122 | 66 |
| Binary | 101011 | 11010011 | 11101010 | 1010010 | 1010 | 0 | 1000 | 10111011 | 1010010 | 110110 |
Color Harmonies of #2BD3EA
Complementary color
Monochromatic Colors of #2BD3EA
Black with #2BD3EA
Text Example
Text Example
White with #2BD3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD3EA; }
p { color: rgb(43,211,234); }
H1.HeaderClassName
{
color: #2BD3EA;
}
.AnyTagClassName
{
color: #2BD3EA;
}
</style>
background-color css
<style>
a { background-color: #2BD3EA; }
a { background-color: rgb(43,211,234); }
div.DivClassName
{
background-color: #2BD3EA;
}
.BgClassName
{
background-color: #2BD3EA;
}
</style>
border-color css
<style>
span { border-color: #2BD3EA; }
span { border-color: rgb(43,211,234); }
td.TdClassName
{
border-color: #2BD3EA;
}
.TagClassName
{
border-color: #2BD3EA;
}
</style>