#B9F7F1

Color #B9F7F1 Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #B9F7F1

Tints of Pale Turquoise #B9F7F1

Color information

#B9F7F1 (or 0xB9F7F1) is unknown color: approx Pale Turquoise. HEX triplet: B9, F7 and F1. RGB value is (185,247,241). Sum of RGB (Red+Green+Blue) = 185+247+241=673 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.49% from 673); Green value is 247 (96.88% from 255 or 36.70% from 673); Blue value is 241 (94.53% from 255 or 35.81% from 673); Max value from RGB is 247 - color contains mainly: green. Hex color #B9F7F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9F7F1 is #46080E. Grayscale: #E3E3E3. Windows color (decimal): -4589583 or 15857593. OLE color: 15857593.

HSL color Cylindrical-coordinate representation of color #B9F7F1: hue angle of 174.19º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B9F7F1 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB185247241-
CMYK0.2500.020.03
HSL174.19º79.49%84.71%-
HSV(B)174.19º25.1%96.86%-
XYZ69.1583.1995.63-
YUV227.78135.4697.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 185 (72.66% from 255) = 27.49%
GREEN value IS 247 (96.88% from 255) = 36.70%
BLUE value IS 241 (94.53% from 255) = 35.81%
R=27.49%
G=36.70%
B=35.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1852472410.2500.020.03174.1979.4984.71
HexB9F7F119023ae4f55
Octal27136736131023256117125
Binary10111001111101111111000111001010111010111010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F7F1; }

 p { color: rgb(185,247,241); }

 H1.HeaderClassName
 {
   color: #B9F7F1;
 }
 .AnyTagClassName
 {
   color: #B9F7F1;
 }
</style>
background-color css

<style>
 a { background-color: #B9F7F1; }

 a { background-color: rgb(185,247,241); }

 div.DivClassName
 {
   background-color: #B9F7F1;
 }
 .BgClassName
 {
   background-color: #B9F7F1;
 }
</style>
border-color css

<style>
 span { border-color: #B9F7F1; }

 span { border-color: rgb(185,247,241); }

 td.TdClassName
 {
   border-color: #B9F7F1;
 }
 .TagClassName
 {
   border-color: #B9F7F1;
 }
</style>