Shades of Pale Turquoise #B6F2FF
Tints of Pale Turquoise #B6F2FF
RGB
CMYK
RGB Variations
Color information
#B6F2FF (or 0xB6F2FF) is known color: Pale Turquoise. HEX triplet: B6, F2 and FF. RGB value is (182,242,255). Sum of RGB (Red+Green+Blue) = 182+242+255=679 (89% of max value = 765). Red value is 182 (71.48% from 255 or 26.80% from 679); Green value is 242 (94.92% from 255 or 35.64% from 679); Blue value is 255 (100% from 255 or 37.56% from 679); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6F2FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6F2FF is #490D00. Grayscale: #E1E1E1. Windows color (decimal): -4787457 or 16773814. OLE color: 16773814.
HSL color Cylindrical-coordinate representation of color #B6F2FF: hue angle of 190.68º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6F2FF is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 242 | 255 | - |
| CMYK | 0.29 | 0.05 | 0 | 0 |
| HSL | 190.68º | 1% | 0.86% | - |
| HSV(B) | 190.68º | 0.29% | 1% | - |
| XYZ | 69.09 | 80.67 | 106.54 | - |
| YUV | 225.54 | 144.62 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 242 | 255 | 0.29 | 0.05 | 0 | 0 | 190.68 | 1 | 0.86 |
| Hex | B6 | F2 | FF | 1D | 5 | 0 | 0 | BF | 64 | 56 |
| Octal | 266 | 362 | 377 | 35 | 5 | 0 | 0 | 277 | 144 | 126 |
| Binary | 10110110 | 11110010 | 11111111 | 11101 | 101 | 0 | 0 | 10111111 | 1100100 | 1010110 |
Color Harmonies of #B6F2FF
Complementary color
Monochromatic Colors of #B6F2FF
Black with #B6F2FF
Text Example
Text Example
White with #B6F2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6F2FF; }
p { color: rgb(182,242,255); }
H1.HeaderClassName
{
color: #B6F2FF;
}
.AnyTagClassName
{
color: #B6F2FF;
}
</style>
background-color css
<style>
a { background-color: #B6F2FF; }
a { background-color: rgb(182,242,255); }
div.DivClassName
{
background-color: #B6F2FF;
}
.BgClassName
{
background-color: #B6F2FF;
}
</style>
border-color css
<style>
span { border-color: #B6F2FF; }
span { border-color: rgb(182,242,255); }
td.TdClassName
{
border-color: #B6F2FF;
}
.TagClassName
{
border-color: #B6F2FF;
}
</style>