Shades of Pale Turquoise #B6F0F4
Tints of Pale Turquoise #B6F0F4
RGB
CMYK
RGB Variations
Color information
#B6F0F4 (or 0xB6F0F4) is known color: Pale Turquoise. HEX triplet: B6, F0 and F4. RGB value is (182,240,244). Sum of RGB (Red+Green+Blue) = 182+240+244=666 (88% of max value = 765). Red value is 182 (71.48% from 255 or 27.33% from 666); Green value is 240 (94.14% from 255 or 36.04% from 666); Blue value is 244 (95.70% from 255 or 36.64% from 666); Max value from RGB is 244 - color contains mainly: blue. Hex color #B6F0F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6F0F4 is #490F0B. Grayscale: #DFDFDF. Windows color (decimal): -4787980 or 16052406. OLE color: 16052406.
HSL color Cylindrical-coordinate representation of color #B6F0F4: hue angle of 183.87º degrees, saturation: 0.74, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6F0F4 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 182 | 240 | 244 | - |
| CMYK | 0.25 | 0.02 | 0 | 0.04 |
| HSL | 183.87º | 0.74% | 0.84% | - |
| HSV(B) | 183.87º | 0.25% | 0.96% | - |
| XYZ | 66.78 | 78.8 | 97.28 | - |
| YUV | 223.11 | 139.78 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 240 | 244 | 0.25 | 0.02 | 0 | 0.04 | 183.87 | 0.74 | 0.84 |
| Hex | B6 | F0 | F4 | 19 | 2 | 0 | 4 | B8 | 4A | 54 |
| Octal | 266 | 360 | 364 | 31 | 2 | 0 | 4 | 270 | 112 | 124 |
| Binary | 10110110 | 11110000 | 11110100 | 11001 | 10 | 0 | 100 | 10111000 | 1001010 | 1010100 |
Color Harmonies of #B6F0F4
Complementary color
Monochromatic Colors of #B6F0F4
Black with #B6F0F4
Text Example
Text Example
White with #B6F0F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6F0F4; }
p { color: rgb(182,240,244); }
H1.HeaderClassName
{
color: #B6F0F4;
}
.AnyTagClassName
{
color: #B6F0F4;
}
</style>
background-color css
<style>
a { background-color: #B6F0F4; }
a { background-color: rgb(182,240,244); }
div.DivClassName
{
background-color: #B6F0F4;
}
.BgClassName
{
background-color: #B6F0F4;
}
</style>
border-color css
<style>
span { border-color: #B6F0F4; }
span { border-color: rgb(182,240,244); }
td.TdClassName
{
border-color: #B6F0F4;
}
.TagClassName
{
border-color: #B6F0F4;
}
</style>