#B9F7F2

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

Shades of Pale Turquoise #B9F7F2

Tints of Pale Turquoise #B9F7F2

Color information

#B9F7F2 (or 0xB9F7F2) is unknown color: approx Pale Turquoise. HEX triplet: B9, F7 and F2. RGB value is (185,247,242). Sum of RGB (Red+Green+Blue) = 185+247+242=674 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.45% from 674); Green value is 247 (96.88% from 255 or 36.65% from 674); Blue value is 242 (94.92% from 255 or 35.91% from 674); Max value from RGB is 247 - color contains mainly: green. Hex color #B9F7F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9F7F2 is #46080D. Grayscale: #E3E3E3. Windows color (decimal): -4589582 or 15923129. OLE color: 15923129.

HSL color Cylindrical-coordinate representation of color #B9F7F2: hue angle of 175.16º 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 #B9F7F2 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB185247242-
CMYK0.2500.020.03
HSL175.16º79.49%84.71%-
HSV(B)175.16º25.1%96.86%-
XYZ69.383.2596.42-
YUV227.89135.9697.41-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.45%
GREEN value IS 247 (96.88% from 255) = 36.65%
BLUE value IS 242 (94.92% from 255) = 35.91%
R=27.45%
G=36.65%
B=35.91%

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
Decimal1852472420.2500.020.03175.1679.4984.71
HexB9F7F219023af4f55
Octal27136736231023257117125
Binary10111001111101111111001011001010111010111110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F7F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F7F2; }

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

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

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

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

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

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

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

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