#B7FAF2

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

Shades of Pale Turquoise #B7FAF2

Tints of Pale Turquoise #B7FAF2

Color information

#B7FAF2 (or 0xB7FAF2) is unknown color: approx Pale Turquoise. HEX triplet: B7, FA and F2. RGB value is (183,250,242). Sum of RGB (Red+Green+Blue) = 183+250+242=675 (89% of max value = 765). Red value is 183 (71.88% from 255 or 27.11% from 675); Green value is 250 (98.05% from 255 or 37.04% from 675); Blue value is 242 (94.92% from 255 or 35.85% from 675); Max value from RGB is 250 - color contains mainly: green. Hex color #B7FAF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7FAF2 is #48050D. Grayscale: #E5E5E5. Windows color (decimal): -4719886 or 15923895. OLE color: 15923895.

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

Color convert

RGB183250242-
CMYK0.2700.030.02
HSL172.84º87.01%84.9%-
HSV(B)172.84º26.8%98.04%-
XYZ69.7484.8596.71-
YUV229.05135.395.15-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.11%
GREEN value IS 250 (98.05% from 255) = 37.04%
BLUE value IS 242 (94.92% from 255) = 35.85%
R=27.11%
G=37.04%
B=35.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1832502420.2700.030.02172.8487.0184.9
HexB7FAF21B032ad5755
Octal26737236233032255127125
Binary10110111111110101111001011011011101010110110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7FAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7FAF2; }

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

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

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

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

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

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

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

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