#B2FBFF

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

Shades of Pale Turquoise #B2FBFF

Tints of Pale Turquoise #B2FBFF

Color information

#B2FBFF (or 0xB2FBFF) is unknown color: approx Pale Turquoise. HEX triplet: B2, FB and FF. RGB value is (178,251,255). Sum of RGB (Red+Green+Blue) = 178+251+255=684 (90% of max value = 765). Red value is 178 (69.92% from 255 or 26.02% from 684); Green value is 251 (98.44% from 255 or 36.70% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #B2FBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FBFF is #4D0400. Grayscale: #E5E5E5. Windows color (decimal): -5047297 or 16776114. OLE color: 16776114.

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

Color convert

RGB178251255-
CMYK0.300.0200
HSL183.12º100%84.9%-
HSV(B)183.12º30.2%100%-
XYZ70.9185.68107.41-
YUV229.63142.3291.17-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 26.02%
GREEN value IS 251 (98.44% from 255) = 36.70%
BLUE value IS 255 (100% from 255) = 37.28%
R=26.02%
G=36.70%
B=37.28%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1782512550.300.0200183.1210084.9
HexB2FBFF1E200b76455
Octal26237337736200267144125
Binary1011001011111011111111111111010001011011111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FBFF; }

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

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

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

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

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

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

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

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