#B2FBFE

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

Shades of Pale Turquoise #B2FBFE

Tints of Pale Turquoise #B2FBFE

Color information

#B2FBFE (or 0xB2FBFE) is unknown color: approx Pale Turquoise. HEX triplet: B2, FB and FE. RGB value is (178,251,254). Sum of RGB (Red+Green+Blue) = 178+251+254=683 (90% of max value = 765). Red value is 178 (69.92% from 255 or 26.06% from 683); Green value is 251 (98.44% from 255 or 36.75% from 683); Blue value is 254 (99.61% from 255 or 37.19% from 683); Max value from RGB is 254 - color contains mainly: blue. Hex color #B2FBFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FBFE is #4D0401. Grayscale: #E5E5E5. Windows color (decimal): -5047298 or 16710578. OLE color: 16710578.

HSL color Cylindrical-coordinate representation of color #B2FBFE: hue angle of 182.37º 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 #B2FBFE is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB178251254-
CMYK0.300.0100.00
HSL182.37º97.44%84.71%-
HSV(B)182.37º29.92%99.61%-
XYZ70.7585.62106.56-
YUV229.52141.8291.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 26.06%
GREEN value IS 251 (98.44% from 255) = 36.75%
BLUE value IS 254 (99.61% from 255) = 37.19%
R=26.06%
G=36.75%
B=37.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1782512540.300.0100.00182.3797.4484.71
HexB2FBFE1E100b66155
Octal26237337636100266141125
Binary101100101111101111111110111101001011011011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FBFE; }

 p { color: rgb(178,251,254); }

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

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

 a { background-color: rgb(178,251,254); }

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

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

 span { border-color: rgb(178,251,254); }

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