#B4F1F7

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

Shades of Pale Turquoise #B4F1F7

Tints of Pale Turquoise #B4F1F7

Color information

#B4F1F7 (or 0xB4F1F7) is unknown color: approx Pale Turquoise. HEX triplet: B4, F1 and F7. RGB value is (180,241,247). Sum of RGB (Red+Green+Blue) = 180+241+247=668 (88% of max value = 765). Red value is 180 (70.70% from 255 or 26.95% from 668); Green value is 241 (94.53% from 255 or 36.08% from 668); Blue value is 247 (96.88% from 255 or 36.98% from 668); Max value from RGB is 247 - color contains mainly: blue. Hex color #B4F1F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4F1F7 is #4B0E08. Grayscale: #DFDFDF. Windows color (decimal): -4918793 or 16249268. OLE color: 16249268.

HSL color Cylindrical-coordinate representation of color #B4F1F7: hue angle of 185.37º degrees, saturation: 0.81, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4F1F7 is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB180241247-
CMYK0.270.0200.03
HSL185.37º80.72%83.73%-
HSV(B)185.37º27.13%96.86%-
XYZ67.0779.3399.77-
YUV223.44141.2997.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 26.95%
GREEN value IS 241 (94.53% from 255) = 36.08%
BLUE value IS 247 (96.88% from 255) = 36.98%
R=26.95%
G=36.08%
B=36.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1802412470.270.0200.03185.3780.7283.73
HexB4F1F71B203b95154
Octal26436136733203271121124
Binary10110100111100011111011111011100111011100110100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F1F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F1F7; }

 p { color: rgb(180,241,247); }

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

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

 a { background-color: rgb(180,241,247); }

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

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

 span { border-color: rgb(180,241,247); }

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