#B1F0FE

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

Shades of Pale Turquoise #B1F0FE

Tints of Pale Turquoise #B1F0FE

Color information

#B1F0FE (or 0xB1F0FE) is unknown color: approx Pale Turquoise. HEX triplet: B1, F0 and FE. RGB value is (177,240,254). Sum of RGB (Red+Green+Blue) = 177+240+254=671 (88% of max value = 765). Red value is 177 (69.53% from 255 or 26.38% from 671); Green value is 240 (94.14% from 255 or 35.77% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 254 - color contains mainly: blue. Hex color #B1F0FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1F0FE is #4E0F01. Grayscale: #DEDEDE. Windows color (decimal): -5115650 or 16707761. OLE color: 16707761.

HSL color Cylindrical-coordinate representation of color #B1F0FE: hue angle of 190.91º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1F0FE is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB177240254-
CMYK0.300.0600.00
HSL190.91º97.47%84.51%-
HSV(B)190.91º30.31%99.61%-
XYZ67.1878.82105.44-
YUV222.76145.6395.36-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.38%
GREEN value IS 240 (94.14% from 255) = 35.77%
BLUE value IS 254 (99.61% from 255) = 37.85%
R=26.38%
G=35.77%
B=37.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1772402540.300.0600.00190.9197.4784.51
HexB1F0FE1E600bf6155
Octal26136037636600277141125
Binary10110001111100001111111011110110001011111111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F0FE; }

 p { color: rgb(177,240,254); }

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

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

 a { background-color: rgb(177,240,254); }

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

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

 span { border-color: rgb(177,240,254); }

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