#B7FAF5

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

Shades of Pale Turquoise #B7FAF5

Tints of Pale Turquoise #B7FAF5

Color information

#B7FAF5 (or 0xB7FAF5) is unknown color: approx Pale Turquoise. HEX triplet: B7, FA and F5. RGB value is (183,250,245). Sum of RGB (Red+Green+Blue) = 183+250+245=678 (89% of max value = 765). Red value is 183 (71.88% from 255 or 26.99% from 678); Green value is 250 (98.05% from 255 or 36.87% from 678); Blue value is 245 (96.09% from 255 or 36.14% from 678); Max value from RGB is 250 - color contains mainly: green. Hex color #B7FAF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7FAF5 is #48050A. Grayscale: #E5E5E5. Windows color (decimal): -4719883 or 16120503. OLE color: 16120503.

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

Color convert

RGB183250245-
CMYK0.2700.020.02
HSL175.52º87.01%84.9%-
HSV(B)175.52º26.8%98.04%-
XYZ70.285.0399.1-
YUV229.4136.894.91-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 26.99%
GREEN value IS 250 (98.05% from 255) = 36.87%
BLUE value IS 245 (96.09% from 255) = 36.14%
R=26.99%
G=36.87%
B=36.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1832502450.2700.020.02175.5287.0184.9
HexB7FAF51B022b05755
Octal26737236533022260127125
Binary10110111111110101111010111011010101011000010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7FAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7FAF5; }

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

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

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

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

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

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

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

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