Shades of Pale Turquoise #B3F1FE
Tints of Pale Turquoise #B3F1FE
RGB
CMYK
RGB Variations
Color information
#B3F1FE (or 0xB3F1FE) is known color: Pale Turquoise. HEX triplet: B3, F1 and FE. RGB value is (179,241,254). Sum of RGB (Red+Green+Blue) = 179+241+254=674 (89% of max value = 765). Red value is 179 (70.31% from 255 or 26.56% from 674); Green value is 241 (94.53% from 255 or 35.76% from 674); Blue value is 254 (99.61% from 255 or 37.69% from 674); Max value from RGB is 254 - color contains mainly: blue. Hex color #B3F1FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3F1FE is #4C0E01. Grayscale: #DFDFDF. Windows color (decimal): -4984322 or 16708019. OLE color: 16708019.
HSL color Cylindrical-coordinate representation of color #B3F1FE: hue angle of 190.4º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3F1FE is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 179 | 241 | 254 | - |
| CMYK | 0.30 | 0.05 | 0 | 0.00 |
| HSL | 190.4º | 0.97% | 0.85% | - |
| HSV(B) | 190.4º | 0.3% | 1% | - |
| XYZ | 67.94 | 79.65 | 105.56 | - |
| YUV | 223.94 | 144.96 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 241 | 254 | 0.30 | 0.05 | 0 | 0.00 | 190.4 | 0.97 | 0.85 |
| Hex | B3 | F1 | FE | 1E | 5 | 0 | 0 | BE | 61 | 55 |
| Octal | 263 | 361 | 376 | 36 | 5 | 0 | 0 | 276 | 141 | 125 |
| Binary | 10110011 | 11110001 | 11111110 | 11110 | 101 | 0 | 0 | 10111110 | 1100001 | 1010101 |
Color Harmonies of #B3F1FE
Complementary color
Monochromatic Colors of #B3F1FE
Black with #B3F1FE
Text Example
Text Example
White with #B3F1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F1FE; }
p { color: rgb(179,241,254); }
H1.HeaderClassName
{
color: #B3F1FE;
}
.AnyTagClassName
{
color: #B3F1FE;
}
</style>
background-color css
<style>
a { background-color: #B3F1FE; }
a { background-color: rgb(179,241,254); }
div.DivClassName
{
background-color: #B3F1FE;
}
.BgClassName
{
background-color: #B3F1FE;
}
</style>
border-color css
<style>
span { border-color: #B3F1FE; }
span { border-color: rgb(179,241,254); }
td.TdClassName
{
border-color: #B3F1FE;
}
.TagClassName
{
border-color: #B3F1FE;
}
</style>