#B0F1FA

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

Shades of Pale Turquoise #B0F1FA

Tints of Pale Turquoise #B0F1FA

Color information

#B0F1FA (or 0xB0F1FA) is unknown color: approx Pale Turquoise. HEX triplet: B0, F1 and FA. RGB value is (176,241,250). Sum of RGB (Red+Green+Blue) = 176+241+250=667 (88% of max value = 765). Red value is 176 (69.14% from 255 or 26.39% from 667); Green value is 241 (94.53% from 255 or 36.13% from 667); Blue value is 250 (98.05% from 255 or 37.48% from 667); Max value from RGB is 250 - color contains mainly: blue. Hex color #B0F1FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F1FA is #4F0E05. Grayscale: #DEDEDE. Windows color (decimal): -5180934 or 16445872. OLE color: 16445872.

HSL color Cylindrical-coordinate representation of color #B0F1FA: hue angle of 187.3º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0F1FA is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB176241250-
CMYK0.300.0400.02
HSL187.3º88.1%83.53%-
HSV(B)187.3º29.6%98.04%-
XYZ66.6279.04102.19-
YUV222.59143.4794.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.39%
GREEN value IS 241 (94.53% from 255) = 36.13%
BLUE value IS 250 (98.05% from 255) = 37.48%
R=26.39%
G=36.13%
B=37.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762412500.300.0400.02187.388.183.53
HexB0F1FA1E402bb5854
Octal26036137236402273130124
Binary101100001111000111111010111101000101011101110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F1FA; }

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

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

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

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

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

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

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

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