Shades of Bright Turquoise #2BDEF4
Tints of Bright Turquoise #2BDEF4
RGB
CMYK
RGB Variations
Color information
#2BDEF4 (or 0x2BDEF4) is known color: Bright Turquoise. HEX triplet: 2B, DE and F4. RGB value is (43,222,244). Sum of RGB (Red+Green+Blue) = 43+222+244=509 (67% of max value = 765). Red value is 43 (17.19% from 255 or 8.45% from 509); Green value is 222 (87.11% from 255 or 43.61% from 509); Blue value is 244 (95.70% from 255 or 47.94% from 509); Max value from RGB is 244 - color contains mainly: blue. Hex color #2BDEF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BDEF4 is #D4210B. Grayscale: #AAAAAA. Windows color (decimal): -13902092 or 16047659. OLE color: 16047659.
HSL color Cylindrical-coordinate representation of color #2BDEF4: hue angle of 186.57º degrees, saturation: 0.9, 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 #2BDEF4 is Cyan = 0.82, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 43 | 222 | 244 | - |
| CMYK | 0.82 | 0.09 | 0 | 0.04 |
| HSL | 186.57º | 0.9% | 0.56% | - |
| HSV(B) | 186.57º | 0.82% | 0.96% | - |
| XYZ | 43.45 | 59.29 | 94.74 | - |
| YUV | 170.99 | 169.2 | 36.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 222 | 244 | 0.82 | 0.09 | 0 | 0.04 | 186.57 | 0.9 | 0.56 |
| Hex | 2B | DE | F4 | 52 | 9 | 0 | 4 | BB | 5A | 38 |
| Octal | 53 | 336 | 364 | 122 | 11 | 0 | 4 | 273 | 132 | 70 |
| Binary | 101011 | 11011110 | 11110100 | 1010010 | 1001 | 0 | 100 | 10111011 | 1011010 | 111000 |
Color Harmonies of #2BDEF4
Complementary color
Monochromatic Colors of #2BDEF4
Black with #2BDEF4
Text Example
Text Example
White with #2BDEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDEF4; }
p { color: rgb(43,222,244); }
H1.HeaderClassName
{
color: #2BDEF4;
}
.AnyTagClassName
{
color: #2BDEF4;
}
</style>
background-color css
<style>
a { background-color: #2BDEF4; }
a { background-color: rgb(43,222,244); }
div.DivClassName
{
background-color: #2BDEF4;
}
.BgClassName
{
background-color: #2BDEF4;
}
</style>
border-color css
<style>
span { border-color: #2BDEF4; }
span { border-color: rgb(43,222,244); }
td.TdClassName
{
border-color: #2BDEF4;
}
.TagClassName
{
border-color: #2BDEF4;
}
</style>