Shades of Pale Turquoise #B3FDF2
Tints of Pale Turquoise #B3FDF2
RGB
CMYK
RGB Variations
Color information
#B3FDF2 (or 0xB3FDF2) is known color: Pale Turquoise. HEX triplet: B3, FD and F2. RGB value is (179,253,242). Sum of RGB (Red+Green+Blue) = 179+253+242=674 (89% of max value = 765). Red value is 179 (70.31% from 255 or 26.56% from 674); Green value is 253 (99.22% from 255 or 37.54% from 674); Blue value is 242 (94.92% from 255 or 35.91% from 674); Max value from RGB is 253 - color contains mainly: green. Hex color #B3FDF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3FDF2 is #4C020D. Grayscale: #E5E5E5. Windows color (decimal): -4981262 or 15924659. OLE color: 15924659.
HSL color Cylindrical-coordinate representation of color #B3FDF2: hue angle of 171.08º 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 #B3FDF2 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 253 | 242 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.01 |
| HSL | 171.08º | 0.95% | 0.85% | - |
| HSV(B) | 171.08º | 0.29% | 0.99% | - |
| XYZ | 69.74 | 86.25 | 96.98 | - |
| YUV | 229.62 | 134.98 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 253 | 242 | 0.29 | 0 | 0.04 | 0.01 | 171.08 | 0.95 | 0.85 |
| Hex | B3 | FD | F2 | 1D | 0 | 4 | 1 | AB | 5F | 55 |
| Octal | 263 | 375 | 362 | 35 | 0 | 4 | 1 | 253 | 137 | 125 |
| Binary | 10110011 | 11111101 | 11110010 | 11101 | 0 | 100 | 1 | 10101011 | 1011111 | 1010101 |
Color Harmonies of #B3FDF2
Complementary color
Monochromatic Colors of #B3FDF2
Black with #B3FDF2
Text Example
Text Example
White with #B3FDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FDF2; }
p { color: rgb(179,253,242); }
H1.HeaderClassName
{
color: #B3FDF2;
}
.AnyTagClassName
{
color: #B3FDF2;
}
</style>
background-color css
<style>
a { background-color: #B3FDF2; }
a { background-color: rgb(179,253,242); }
div.DivClassName
{
background-color: #B3FDF2;
}
.BgClassName
{
background-color: #B3FDF2;
}
</style>
border-color css
<style>
span { border-color: #B3FDF2; }
span { border-color: rgb(179,253,242); }
td.TdClassName
{
border-color: #B3FDF2;
}
.TagClassName
{
border-color: #B3FDF2;
}
</style>