#B2FAFE

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

Shades of Pale Turquoise #B2FAFE

Tints of Pale Turquoise #B2FAFE

Color information

#B2FAFE (or 0xB2FAFE) is unknown color: approx Pale Turquoise. HEX triplet: B2, FA and FE. RGB value is (178,250,254). Sum of RGB (Red+Green+Blue) = 178+250+254=682 (90% of max value = 765). Red value is 178 (69.92% from 255 or 26.10% from 682); Green value is 250 (98.05% from 255 or 36.66% from 682); Blue value is 254 (99.61% from 255 or 37.24% from 682); Max value from RGB is 254 - color contains mainly: blue. Hex color #B2FAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FAFE is #4D0501. Grayscale: #E4E4E4. Windows color (decimal): -5047554 or 16710322. OLE color: 16710322.

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

Color convert

RGB178250254-
CMYK0.300.0200.00
HSL183.16º97.44%84.71%-
HSV(B)183.16º29.92%99.61%-
XYZ70.4484.99106.46-
YUV228.93142.1591.67-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 26.10%
GREEN value IS 250 (98.05% from 255) = 36.66%
BLUE value IS 254 (99.61% from 255) = 37.24%
R=26.10%
G=36.66%
B=37.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1782502540.300.0200.00183.1697.4484.71
HexB2FAFE1E200b76155
Octal26237237636200267141125
Binary1011001011111010111111101111010001011011111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FAFE; }

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

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

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

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

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

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

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

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