#B2F1FA

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

Shades of Pale Turquoise #B2F1FA

Tints of Pale Turquoise #B2F1FA

Color information

#B2F1FA (or 0xB2F1FA) is unknown color: approx Pale Turquoise. HEX triplet: B2, F1 and FA. RGB value is (178,241,250). Sum of RGB (Red+Green+Blue) = 178+241+250=669 (88% of max value = 765). Red value is 178 (69.92% from 255 or 26.61% from 669); Green value is 241 (94.53% from 255 or 36.02% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 250 - color contains mainly: blue. Hex color #B2F1FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2F1FA is #4D0E05. Grayscale: #DFDFDF. Windows color (decimal): -5049862 or 16445874. OLE color: 16445874.

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

Color convert

RGB178241250-
CMYK0.290.0400.02
HSL187.5º87.8%83.92%-
HSV(B)187.5º28.8%98.04%-
XYZ67.0779.28102.21-
YUV223.19143.1395.77-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 26.61%
GREEN value IS 241 (94.53% from 255) = 36.02%
BLUE value IS 250 (98.05% from 255) = 37.37%
R=26.61%
G=36.02%
B=37.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1782412500.290.0400.02187.587.883.92
HexB2F1FA1D402bc5854
Octal26236137235402274130124
Binary101100101111000111111010111011000101011110010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F1FA; }

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

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

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

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

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

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

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

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