Shades of Bright Turquoise #2BDDFF
Tints of Bright Turquoise #2BDDFF
RGB
CMYK
RGB Variations
Color information
#2BDDFF (or 0x2BDDFF) is known color: Bright Turquoise. HEX triplet: 2B, DD and FF. RGB value is (43,221,255). Sum of RGB (Red+Green+Blue) = 43+221+255=519 (68% of max value = 765). Red value is 43 (17.19% from 255 or 8.29% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #2BDDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BDDFF is #D42200. Grayscale: #ABABAB. Windows color (decimal): -13902337 or 16768299. OLE color: 16768299.
HSL color Cylindrical-coordinate representation of color #2BDDFF: hue angle of 189.62º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BDDFF is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 221 | 255 | - |
| CMYK | 0.83 | 0.13 | 0 | 0 |
| HSL | 189.62º | 1% | 0.58% | - |
| HSV(B) | 189.62º | 0.83% | 1% | - |
| XYZ | 44.9 | 59.45 | 103.72 | - |
| YUV | 171.65 | 175.03 | 36.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 221 | 255 | 0.83 | 0.13 | 0 | 0 | 189.62 | 1 | 0.58 |
| Hex | 2B | DD | FF | 53 | D | 0 | 0 | BE | 64 | 3A |
| Octal | 53 | 335 | 377 | 123 | 15 | 0 | 0 | 276 | 144 | 72 |
| Binary | 101011 | 11011101 | 11111111 | 1010011 | 1101 | 0 | 0 | 10111110 | 1100100 | 111010 |
Color Harmonies of #2BDDFF
Complementary color
Monochromatic Colors of #2BDDFF
Black with #2BDDFF
Text Example
Text Example
White with #2BDDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDDFF; }
p { color: rgb(43,221,255); }
H1.HeaderClassName
{
color: #2BDDFF;
}
.AnyTagClassName
{
color: #2BDDFF;
}
</style>
background-color css
<style>
a { background-color: #2BDDFF; }
a { background-color: rgb(43,221,255); }
div.DivClassName
{
background-color: #2BDDFF;
}
.BgClassName
{
background-color: #2BDDFF;
}
</style>
border-color css
<style>
span { border-color: #2BDDFF; }
span { border-color: rgb(43,221,255); }
td.TdClassName
{
border-color: #2BDDFF;
}
.TagClassName
{
border-color: #2BDDFF;
}
</style>