#B2FEFB

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

Shades of Pale Turquoise #B2FEFB

Tints of Pale Turquoise #B2FEFB

Color information

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

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

Color convert

RGB178254251-
CMYK0.3000.010.00
HSL177.63º97.44%84.71%-
HSV(B)177.63º29.92%99.61%-
XYZ71.2187.31104.37-
YUV230.93139.3290.24-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1782542510.3000.010.00177.6397.4484.71
HexB2FEFB1E010b26155
Octal26237637336010262141125
Binary101100101111111011111011111100101011001011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FEFB; }

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

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

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

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

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

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

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

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