#B9F7EE

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

Shades of Pale Turquoise #B9F7EE

Tints of Pale Turquoise #B9F7EE

Color information

#B9F7EE (or 0xB9F7EE) is unknown color: approx Pale Turquoise. HEX triplet: B9, F7 and EE. RGB value is (185,247,238). Sum of RGB (Red+Green+Blue) = 185+247+238=670 (88% of max value = 765). Red value is 185 (72.66% from 255 or 27.61% from 670); Green value is 247 (96.88% from 255 or 36.87% from 670); Blue value is 238 (93.36% from 255 or 35.52% from 670); Max value from RGB is 247 - color contains mainly: green. Hex color #B9F7EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9F7EE is #460811. Grayscale: #E3E3E3. Windows color (decimal): -4589586 or 15660985. OLE color: 15660985.

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

Color convert

RGB185247238-
CMYK0.2500.040.03
HSL171.29º79.49%84.71%-
HSV(B)171.29º25.1%96.86%-
XYZ68.783.0193.29-
YUV227.44133.9697.73-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.61%
GREEN value IS 247 (96.88% from 255) = 36.87%
BLUE value IS 238 (93.36% from 255) = 35.52%
R=27.61%
G=36.87%
B=35.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1852472380.2500.040.03171.2979.4984.71
HexB9F7EE19043ab4f55
Octal27136735631043253117125
Binary101110011111011111101110110010100111010101110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F7EE; }

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

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

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

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

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

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

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

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