#B2F5FF

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

Shades of Pale Turquoise #B2F5FF

Tints of Pale Turquoise #B2F5FF

Color information

#B2F5FF (or 0xB2F5FF) is unknown color: approx Pale Turquoise. HEX triplet: B2, F5 and FF. RGB value is (178,245,255). Sum of RGB (Red+Green+Blue) = 178+245+255=678 (89% of max value = 765). Red value is 178 (69.92% from 255 or 26.25% from 678); Green value is 245 (96.09% from 255 or 36.14% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #B2F5FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2F5FF is #4D0A00. Grayscale: #E2E2E2. Windows color (decimal): -5048833 or 16774578. OLE color: 16774578.

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

Color convert

RGB178245255-
CMYK0.300.0400
HSL187.79º100%84.9%-
HSV(B)187.79º30.2%100%-
XYZ69.0681.99106.79-
YUV226.11144.393.69-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 26.25%
GREEN value IS 245 (96.09% from 255) = 36.14%
BLUE value IS 255 (100% from 255) = 37.61%
R=26.25%
G=36.14%
B=37.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1782452550.300.0400187.7910084.9
HexB2F5FF1E400bc6455
Octal26236537736400274144125
Binary10110010111101011111111111110100001011110011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F5FF; }

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

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

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

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

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

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

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

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