Shades of Pale Turquoise #B9F1ED
Tints of Pale Turquoise #B9F1ED
RGB
CMYK
RGB Variations
Color information
#B9F1ED (or 0xB9F1ED) is known color: Pale Turquoise. HEX triplet: B9, F1 and ED. RGB value is (185,241,237). Sum of RGB (Red+Green+Blue) = 185+241+237=663 (87% of max value = 765). Red value is 185 (72.66% from 255 or 27.90% from 663); Green value is 241 (94.53% from 255 or 36.35% from 663); Blue value is 237 (92.97% from 255 or 35.75% from 663); Max value from RGB is 241 - color contains mainly: green. Hex color #B9F1ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9F1ED is #460E12. Grayscale: #DFDFDF. Windows color (decimal): -4591123 or 15593913. OLE color: 15593913.
HSL color Cylindrical-coordinate representation of color #B9F1ED: hue angle of 175.71º degrees, saturation: 0.67, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9F1ED is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 185 | 241 | 237 | - |
CMYK | 0.23 | 0 | 0.02 | 0.05 |
HSL | 175.71º | 0.67% | 0.84% | - |
HSV(B) | 175.71º | 0.23% | 0.95% | - |
XYZ | 66.75 | 79.34 | 91.92 | - |
YUV | 223.8 | 135.45 | 100.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 241 | 237 | 0.23 | 0 | 0.02 | 0.05 | 175.71 | 0.67 | 0.84 |
Hex | B9 | F1 | ED | 17 | 0 | 2 | 5 | B0 | 43 | 54 |
Octal | 271 | 361 | 355 | 27 | 0 | 2 | 5 | 260 | 103 | 124 |
Binary | 10111001 | 11110001 | 11101101 | 10111 | 0 | 10 | 101 | 10110000 | 1000011 | 1010100 |
Color Harmonies of #B9F1ED
Complementary color
Monochromatic Colors of #B9F1ED
Black with #B9F1ED
Text Example
Text Example
White with #B9F1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F1ED; }
p { color: rgb(185,241,237); }
H1.HeaderClassName
{
color: #B9F1ED;
}
.AnyTagClassName
{
color: #B9F1ED;
}
</style>
background-color css
<style>
a { background-color: #B9F1ED; }
a { background-color: rgb(185,241,237); }
div.DivClassName
{
background-color: #B9F1ED;
}
.BgClassName
{
background-color: #B9F1ED;
}
</style>
border-color css
<style>
span { border-color: #B9F1ED; }
span { border-color: rgb(185,241,237); }
td.TdClassName
{
border-color: #B9F1ED;
}
.TagClassName
{
border-color: #B9F1ED;
}
</style>