#B7FAF1

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

Shades of Pale Turquoise #B7FAF1

Tints of Pale Turquoise #B7FAF1

Color information

#B7FAF1 (or 0xB7FAF1) is unknown color: approx Pale Turquoise. HEX triplet: B7, FA and F1. RGB value is (183,250,241). Sum of RGB (Red+Green+Blue) = 183+250+241=674 (89% of max value = 765). Red value is 183 (71.88% from 255 or 27.15% from 674); Green value is 250 (98.05% from 255 or 37.09% from 674); Blue value is 241 (94.53% from 255 or 35.76% from 674); Max value from RGB is 250 - color contains mainly: green. Hex color #B7FAF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7FAF1 is #48050E. Grayscale: #E4E4E4. Windows color (decimal): -4719887 or 15858359. OLE color: 15858359.

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

Color convert

RGB183250241-
CMYK0.2700.040.02
HSL171.94º87.01%84.9%-
HSV(B)171.94º26.8%98.04%-
XYZ69.5984.7995.92-
YUV228.94134.895.23-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.15%
GREEN value IS 250 (98.05% from 255) = 37.09%
BLUE value IS 241 (94.53% from 255) = 35.76%
R=27.15%
G=37.09%
B=35.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1832502410.2700.040.02171.9487.0184.9
HexB7FAF11B042ac5755
Octal26737236133042254127125
Binary101101111111101011110001110110100101010110010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7FAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7FAF1; }

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

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

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

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

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

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

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

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