Shades of Bright Turquoise #2BDAFA
Tints of Bright Turquoise #2BDAFA
RGB
CMYK
RGB Variations
Color information
#2BDAFA (or 0x2BDAFA) is known color: Bright Turquoise. HEX triplet: 2B, DA and FA. RGB value is (43,218,250). Sum of RGB (Red+Green+Blue) = 43+218+250=511 (67% of max value = 765). Red value is 43 (17.19% from 255 or 8.41% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #2BDAFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BDAFA is #D42505. Grayscale: #A9A9A9. Windows color (decimal): -13903110 or 16439851. OLE color: 16439851.
HSL color Cylindrical-coordinate representation of color #2BDAFA: hue angle of 189.28º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BDAFA is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 218 | 250 | - |
| CMYK | 0.83 | 0.13 | 0 | 0.02 |
| HSL | 189.28º | 0.95% | 0.57% | - |
| HSV(B) | 189.28º | 0.83% | 0.98% | - |
| XYZ | 43.32 | 57.56 | 99.27 | - |
| YUV | 169.32 | 173.52 | 37.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 218 | 250 | 0.83 | 0.13 | 0 | 0.02 | 189.28 | 0.95 | 0.57 |
| Hex | 2B | DA | FA | 53 | D | 0 | 2 | BD | 5F | 39 |
| Octal | 53 | 332 | 372 | 123 | 15 | 0 | 2 | 275 | 137 | 71 |
| Binary | 101011 | 11011010 | 11111010 | 1010011 | 1101 | 0 | 10 | 10111101 | 1011111 | 111001 |
Color Harmonies of #2BDAFA
Complementary color
Monochromatic Colors of #2BDAFA
Black with #2BDAFA
Text Example
Text Example
White with #2BDAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDAFA; }
p { color: rgb(43,218,250); }
H1.HeaderClassName
{
color: #2BDAFA;
}
.AnyTagClassName
{
color: #2BDAFA;
}
</style>
background-color css
<style>
a { background-color: #2BDAFA; }
a { background-color: rgb(43,218,250); }
div.DivClassName
{
background-color: #2BDAFA;
}
.BgClassName
{
background-color: #2BDAFA;
}
</style>
border-color css
<style>
span { border-color: #2BDAFA; }
span { border-color: rgb(43,218,250); }
td.TdClassName
{
border-color: #2BDAFA;
}
.TagClassName
{
border-color: #2BDAFA;
}
</style>