Shades of Bright Turquoise #2BDEF8
Tints of Bright Turquoise #2BDEF8
RGB
CMYK
RGB Variations
Color information
#2BDEF8 (or 0x2BDEF8) is known color: Bright Turquoise. HEX triplet: 2B, DE and F8. RGB value is (43,222,248). Sum of RGB (Red+Green+Blue) = 43+222+248=513 (67% of max value = 765). Red value is 43 (17.19% from 255 or 8.38% from 513); Green value is 222 (87.11% from 255 or 43.27% from 513); Blue value is 248 (97.27% from 255 or 48.34% from 513); Max value from RGB is 248 - color contains mainly: blue. Hex color #2BDEF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BDEF8 is #D42107. Grayscale: #ABABAB. Windows color (decimal): -13902088 or 16309803. OLE color: 16309803.
HSL color Cylindrical-coordinate representation of color #2BDEF8: hue angle of 187.61º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BDEF8 is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 43 | 222 | 248 | - |
| CMYK | 0.83 | 0.10 | 0 | 0.03 |
| HSL | 187.61º | 0.94% | 0.57% | - |
| HSV(B) | 187.61º | 0.83% | 0.97% | - |
| XYZ | 44.06 | 59.53 | 97.98 | - |
| YUV | 171.44 | 171.2 | 36.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 222 | 248 | 0.83 | 0.10 | 0 | 0.03 | 187.61 | 0.94 | 0.57 |
| Hex | 2B | DE | F8 | 53 | A | 0 | 3 | BC | 5E | 39 |
| Octal | 53 | 336 | 370 | 123 | 12 | 0 | 3 | 274 | 136 | 71 |
| Binary | 101011 | 11011110 | 11111000 | 1010011 | 1010 | 0 | 11 | 10111100 | 1011110 | 111001 |
Color Harmonies of #2BDEF8
Complementary color
Monochromatic Colors of #2BDEF8
Black with #2BDEF8
Text Example
Text Example
White with #2BDEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDEF8; }
p { color: rgb(43,222,248); }
H1.HeaderClassName
{
color: #2BDEF8;
}
.AnyTagClassName
{
color: #2BDEF8;
}
</style>
background-color css
<style>
a { background-color: #2BDEF8; }
a { background-color: rgb(43,222,248); }
div.DivClassName
{
background-color: #2BDEF8;
}
.BgClassName
{
background-color: #2BDEF8;
}
</style>
border-color css
<style>
span { border-color: #2BDEF8; }
span { border-color: rgb(43,222,248); }
td.TdClassName
{
border-color: #2BDEF8;
}
.TagClassName
{
border-color: #2BDEF8;
}
</style>