#B7F2FA

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

Shades of Pale Turquoise #B7F2FA

Tints of Pale Turquoise #B7F2FA

Color information

#B7F2FA (or 0xB7F2FA) is unknown color: approx Pale Turquoise. HEX triplet: B7, F2 and FA. RGB value is (183,242,250). Sum of RGB (Red+Green+Blue) = 183+242+250=675 (89% of max value = 765). Red value is 183 (71.88% from 255 or 27.11% from 675); Green value is 242 (94.92% from 255 or 35.85% from 675); Blue value is 250 (98.05% from 255 or 37.04% from 675); Max value from RGB is 250 - color contains mainly: blue. Hex color #B7F2FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7F2FA is #480D05. Grayscale: #E1E1E1. Windows color (decimal): -4721926 or 16446135. OLE color: 16446135.

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

Color convert

RGB183242250-
CMYK0.270.0300.02
HSL187.16º87.01%84.9%-
HSV(B)187.16º26.8%98.04%-
XYZ68.5480.47102.36-
YUV225.27141.9597.85-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1832422500.270.0300.02187.1687.0184.9
HexB7F2FA1B302bb5755
Octal26736237233302273127125
Binary10110111111100101111101011011110101011101110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7F2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7F2FA; }

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

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

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

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

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

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

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

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