#B7FAF9

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

Shades of Pale Turquoise #B7FAF9

Tints of Pale Turquoise #B7FAF9

Color information

#B7FAF9 (or 0xB7FAF9) is unknown color: approx Pale Turquoise. HEX triplet: B7, FA and F9. RGB value is (183,250,249). Sum of RGB (Red+Green+Blue) = 183+250+249=682 (90% of max value = 765). Red value is 183 (71.88% from 255 or 26.83% from 682); Green value is 250 (98.05% from 255 or 36.66% from 682); Blue value is 249 (97.66% from 255 or 36.51% from 682); Max value from RGB is 250 - color contains mainly: green. Hex color #B7FAF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7FAF9 is #480506. Grayscale: #E5E5E5. Windows color (decimal): -4719879 or 16382647. OLE color: 16382647.

HSL color Cylindrical-coordinate representation of color #B7FAF9: hue angle of 179.1º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B7FAF9 is Cyan = 0.27, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB183250249-
CMYK0.2700.000.02
HSL179.1º87.01%84.9%-
HSV(B)179.1º26.8%98.04%-
XYZ70.8185.28102.35-
YUV229.85138.894.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 26.83%
GREEN value IS 250 (98.05% from 255) = 36.66%
BLUE value IS 249 (97.66% from 255) = 36.51%
R=26.83%
G=36.66%
B=36.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1832502490.2700.000.02179.187.0184.9
HexB7FAF91B002b35755
Octal26737237133002263127125
Binary1011011111111010111110011101100101011001110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7FAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7FAF9; }

 p { color: rgb(183,250,249); }

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

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

 a { background-color: rgb(183,250,249); }

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

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

 span { border-color: rgb(183,250,249); }

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