#B9FEF0

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

Shades of Pale Turquoise #B9FEF0

Tints of Pale Turquoise #B9FEF0

Color information

#B9FEF0 (or 0xB9FEF0) is unknown color: approx Pale Turquoise. HEX triplet: B9, FE and F0. RGB value is (185,254,240). Sum of RGB (Red+Green+Blue) = 185+254+240=679 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.25% from 679); Green value is 254 (99.61% from 255 or 37.41% from 679); Blue value is 240 (94.14% from 255 or 35.35% from 679); Max value from RGB is 254 - color contains mainly: green. Hex color #B9FEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FEF0 is #46010F. Grayscale: #E7E7E7. Windows color (decimal): -4587792 or 15793849. OLE color: 15793849.

HSL color Cylindrical-coordinate representation of color #B9FEF0: hue angle of 167.83º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9FEF0 is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB185254240-
CMYK0.2700.060.00
HSL167.83º97.18%86.08%-
HSV(B)167.83º27.17%99.61%-
XYZ71.1887.4995.57-
YUV231.77132.6494.64-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.25%
GREEN value IS 254 (99.61% from 255) = 37.41%
BLUE value IS 240 (94.14% from 255) = 35.35%
R=27.25%
G=37.41%
B=35.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1852542400.2700.060.00167.8397.1886.08
HexB9FEF01B060a86156
Octal27137636033060250141126
Binary10111001111111101111000011011011001010100011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FEF0; }

 p { color: rgb(185,254,240); }

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

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

 a { background-color: rgb(185,254,240); }

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

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

 span { border-color: rgb(185,254,240); }

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