Shades of Pale Turquoise #B3F2F2
Tints of Pale Turquoise #B3F2F2
RGB
CMYK
RGB Variations
Color information
#B3F2F2 (or 0xB3F2F2) is known color: Pale Turquoise. HEX triplet: B3, F2 and F2. RGB value is (179,242,242). Sum of RGB (Red+Green+Blue) = 179+242+242=663 (87% of max value = 765). Red value is 179 (70.31% from 255 or 27.00% from 663); Green value is 242 (94.92% from 255 or 36.50% from 663); Blue value is 242 (94.92% from 255 or 36.50% from 663); Max value from RGB is 242 - color contains mainly: green, blue. Hex color #B3F2F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3F2F2 is #4C0D0D. Grayscale: #DFDFDF. Windows color (decimal): -4984078 or 15921843. OLE color: 15921843.
HSL color Cylindrical-coordinate representation of color #B3F2F2: hue angle of 180º degrees, saturation: 0.71, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3F2F2 is Cyan = 0.26, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 242 | 242 | - |
| CMYK | 0.26 | 0 | 0 | 0.05 |
| HSL | 180º | 0.71% | 0.83% | - |
| HSV(B) | 180º | 0.26% | 0.95% | - |
| XYZ | 66.37 | 79.5 | 95.85 | - |
| YUV | 223.16 | 138.63 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 242 | 242 | 0.26 | 0 | 0 | 0.05 | 180 | 0.71 | 0.83 |
| Hex | B3 | F2 | F2 | 1A | 0 | 0 | 5 | B4 | 47 | 53 |
| Octal | 263 | 362 | 362 | 32 | 0 | 0 | 5 | 264 | 107 | 123 |
| Binary | 10110011 | 11110010 | 11110010 | 11010 | 0 | 0 | 101 | 10110100 | 1000111 | 1010011 |
Color Harmonies of #B3F2F2
Complementary color
Monochromatic Colors of #B3F2F2
Black with #B3F2F2
Text Example
Text Example
White with #B3F2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F2F2; }
p { color: rgb(179,242,242); }
H1.HeaderClassName
{
color: #B3F2F2;
}
.AnyTagClassName
{
color: #B3F2F2;
}
</style>
background-color css
<style>
a { background-color: #B3F2F2; }
a { background-color: rgb(179,242,242); }
div.DivClassName
{
background-color: #B3F2F2;
}
.BgClassName
{
background-color: #B3F2F2;
}
</style>
border-color css
<style>
span { border-color: #B3F2F2; }
span { border-color: rgb(179,242,242); }
td.TdClassName
{
border-color: #B3F2F2;
}
.TagClassName
{
border-color: #B3F2F2;
}
</style>