Shades of Pale Turquoise #B6F1EA
Tints of Pale Turquoise #B6F1EA
RGB
CMYK
RGB Variations
Color information
#B6F1EA (or 0xB6F1EA) is known color: Pale Turquoise. HEX triplet: B6, F1 and EA. RGB value is (182,241,234). Sum of RGB (Red+Green+Blue) = 182+241+234=657 (87% of max value = 765). Red value is 182 (71.48% from 255 or 27.70% from 657); Green value is 241 (94.53% from 255 or 36.68% from 657); Blue value is 234 (91.80% from 255 or 35.62% from 657); Max value from RGB is 241 - color contains mainly: green. Hex color #B6F1EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6F1EA is #490E15. Grayscale: #DEDEDE. Windows color (decimal): -4787734 or 15397302. OLE color: 15397302.
HSL color Cylindrical-coordinate representation of color #B6F1EA: hue angle of 172.88º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6F1EA is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 182 | 241 | 234 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.05 |
| HSL | 172.88º | 0.68% | 0.83% | - |
| HSV(B) | 172.88º | 0.24% | 0.95% | - |
| XYZ | 65.6 | 78.8 | 89.59 | - |
| YUV | 222.56 | 134.45 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 241 | 234 | 0.24 | 0 | 0.03 | 0.05 | 172.88 | 0.68 | 0.83 |
| Hex | B6 | F1 | EA | 18 | 0 | 3 | 5 | AD | 44 | 53 |
| Octal | 266 | 361 | 352 | 30 | 0 | 3 | 5 | 255 | 104 | 123 |
| Binary | 10110110 | 11110001 | 11101010 | 11000 | 0 | 11 | 101 | 10101101 | 1000100 | 1010011 |
Color Harmonies of #B6F1EA
Complementary color
Monochromatic Colors of #B6F1EA
Black with #B6F1EA
Text Example
Text Example
White with #B6F1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6F1EA; }
p { color: rgb(182,241,234); }
H1.HeaderClassName
{
color: #B6F1EA;
}
.AnyTagClassName
{
color: #B6F1EA;
}
</style>
background-color css
<style>
a { background-color: #B6F1EA; }
a { background-color: rgb(182,241,234); }
div.DivClassName
{
background-color: #B6F1EA;
}
.BgClassName
{
background-color: #B6F1EA;
}
</style>
border-color css
<style>
span { border-color: #B6F1EA; }
span { border-color: rgb(182,241,234); }
td.TdClassName
{
border-color: #B6F1EA;
}
.TagClassName
{
border-color: #B6F1EA;
}
</style>