Shades of Pale Turquoise #B9F9F1
Tints of Pale Turquoise #B9F9F1
RGB
CMYK
RGB Variations
Color information
#B9F9F1 (or 0xB9F9F1) is known color: Pale Turquoise. HEX triplet: B9, F9 and F1. RGB value is (185,249,241). Sum of RGB (Red+Green+Blue) = 185+249+241=675 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.41% from 675); Green value is 249 (97.66% from 255 or 36.89% from 675); Blue value is 241 (94.53% from 255 or 35.70% from 675); Max value from RGB is 249 - color contains mainly: green. Hex color #B9F9F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9F9F1 is #46060E. Grayscale: #E4E4E4. Windows color (decimal): -4589071 or 15858105. OLE color: 15858105.
HSL color Cylindrical-coordinate representation of color #B9F9F1: hue angle of 172.5º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9F9F1 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
RGB | 185 | 249 | 241 | - |
CMYK | 0.26 | 0 | 0.03 | 0.02 |
HSL | 172.5º | 0.84% | 0.85% | - |
HSV(B) | 172.5º | 0.26% | 0.98% | - |
XYZ | 69.76 | 84.42 | 95.84 | - |
YUV | 228.95 | 134.8 | 96.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 249 | 241 | 0.26 | 0 | 0.03 | 0.02 | 172.5 | 0.84 | 0.85 |
Hex | B9 | F9 | F1 | 1A | 0 | 3 | 2 | AC | 54 | 55 |
Octal | 271 | 371 | 361 | 32 | 0 | 3 | 2 | 254 | 124 | 125 |
Binary | 10111001 | 11111001 | 11110001 | 11010 | 0 | 11 | 10 | 10101100 | 1010100 | 1010101 |
Color Harmonies of #B9F9F1
Complementary color
Monochromatic Colors of #B9F9F1
Black with #B9F9F1
Text Example
Text Example
White with #B9F9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F9F1; }
p { color: rgb(185,249,241); }
H1.HeaderClassName
{
color: #B9F9F1;
}
.AnyTagClassName
{
color: #B9F9F1;
}
</style>
background-color css
<style>
a { background-color: #B9F9F1; }
a { background-color: rgb(185,249,241); }
div.DivClassName
{
background-color: #B9F9F1;
}
.BgClassName
{
background-color: #B9F9F1;
}
</style>
border-color css
<style>
span { border-color: #B9F9F1; }
span { border-color: rgb(185,249,241); }
td.TdClassName
{
border-color: #B9F9F1;
}
.TagClassName
{
border-color: #B9F9F1;
}
</style>