Shades of Pale Turquoise #B3FDF6
Tints of Pale Turquoise #B3FDF6
RGB
CMYK
RGB Variations
Color information
#B3FDF6 (or 0xB3FDF6) is known color: Pale Turquoise. HEX triplet: B3, FD and F6. RGB value is (179,253,246). Sum of RGB (Red+Green+Blue) = 179+253+246=678 (89% of max value = 765). Red value is 179 (70.31% from 255 or 26.40% from 678); Green value is 253 (99.22% from 255 or 37.32% from 678); Blue value is 246 (96.48% from 255 or 36.28% from 678); Max value from RGB is 253 - color contains mainly: green. Hex color #B3FDF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3FDF6 is #4C0209. Grayscale: #E6E6E6. Windows color (decimal): -4981258 or 16186803. OLE color: 16186803.
HSL color Cylindrical-coordinate representation of color #B3FDF6: hue angle of 174.32º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3FDF6 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 253 | 246 | - |
| CMYK | 0.29 | 0 | 0.03 | 0.01 |
| HSL | 174.32º | 0.95% | 0.85% | - |
| HSV(B) | 174.32º | 0.29% | 0.99% | - |
| XYZ | 70.35 | 86.49 | 100.17 | - |
| YUV | 230.08 | 136.98 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 253 | 246 | 0.29 | 0 | 0.03 | 0.01 | 174.32 | 0.95 | 0.85 |
| Hex | B3 | FD | F6 | 1D | 0 | 3 | 1 | AE | 5F | 55 |
| Octal | 263 | 375 | 366 | 35 | 0 | 3 | 1 | 256 | 137 | 125 |
| Binary | 10110011 | 11111101 | 11110110 | 11101 | 0 | 11 | 1 | 10101110 | 1011111 | 1010101 |
Color Harmonies of #B3FDF6
Complementary color
Monochromatic Colors of #B3FDF6
Black with #B3FDF6
Text Example
Text Example
White with #B3FDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FDF6; }
p { color: rgb(179,253,246); }
H1.HeaderClassName
{
color: #B3FDF6;
}
.AnyTagClassName
{
color: #B3FDF6;
}
</style>
background-color css
<style>
a { background-color: #B3FDF6; }
a { background-color: rgb(179,253,246); }
div.DivClassName
{
background-color: #B3FDF6;
}
.BgClassName
{
background-color: #B3FDF6;
}
</style>
border-color css
<style>
span { border-color: #B3FDF6; }
span { border-color: rgb(179,253,246); }
td.TdClassName
{
border-color: #B3FDF6;
}
.TagClassName
{
border-color: #B3FDF6;
}
</style>