Shades of Pale Turquoise #B2EFF3
Tints of Pale Turquoise #B2EFF3
RGB
CMYK
RGB Variations
Color information
#B2EFF3 (or 0xB2EFF3) is known color: Pale Turquoise. HEX triplet: B2, EF and F3. RGB value is (178,239,243). Sum of RGB (Red+Green+Blue) = 178+239+243=660 (87% of max value = 765). Red value is 178 (69.92% from 255 or 26.97% from 660); Green value is 239 (93.75% from 255 or 36.21% from 660); Blue value is 243 (95.31% from 255 or 36.82% from 660); Max value from RGB is 243 - color contains mainly: blue. Hex color #B2EFF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EFF3 is #4D100C. Grayscale: #DDDDDD. Windows color (decimal): -5050381 or 15986610. OLE color: 15986610.
HSL color Cylindrical-coordinate representation of color #B2EFF3: hue angle of 183.69º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2EFF3 is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 239 | 243 | - |
| CMYK | 0.27 | 0.02 | 0 | 0.05 |
| HSL | 183.69º | 0.73% | 0.83% | - |
| HSV(B) | 183.69º | 0.27% | 0.95% | - |
| XYZ | 65.4 | 77.67 | 96.34 | - |
| YUV | 221.22 | 140.29 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 239 | 243 | 0.27 | 0.02 | 0 | 0.05 | 183.69 | 0.73 | 0.83 |
| Hex | B2 | EF | F3 | 1B | 2 | 0 | 5 | B8 | 49 | 53 |
| Octal | 262 | 357 | 363 | 33 | 2 | 0 | 5 | 270 | 111 | 123 |
| Binary | 10110010 | 11101111 | 11110011 | 11011 | 10 | 0 | 101 | 10111000 | 1001001 | 1010011 |
Color Harmonies of #B2EFF3
Complementary color
Monochromatic Colors of #B2EFF3
Black with #B2EFF3
Text Example
Text Example
White with #B2EFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EFF3; }
p { color: rgb(178,239,243); }
H1.HeaderClassName
{
color: #B2EFF3;
}
.AnyTagClassName
{
color: #B2EFF3;
}
</style>
background-color css
<style>
a { background-color: #B2EFF3; }
a { background-color: rgb(178,239,243); }
div.DivClassName
{
background-color: #B2EFF3;
}
.BgClassName
{
background-color: #B2EFF3;
}
</style>
border-color css
<style>
span { border-color: #B2EFF3; }
span { border-color: rgb(178,239,243); }
td.TdClassName
{
border-color: #B2EFF3;
}
.TagClassName
{
border-color: #B2EFF3;
}
</style>