#B2EFFA

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

Shades of Pale Turquoise #B2EFFA

Tints of Pale Turquoise #B2EFFA

Color information

#B2EFFA (or 0xB2EFFA) is unknown color: approx Pale Turquoise. HEX triplet: B2, EF and FA. RGB value is (178,239,250). Sum of RGB (Red+Green+Blue) = 178+239+250=667 (88% of max value = 765). Red value is 178 (69.92% from 255 or 26.69% from 667); Green value is 239 (93.75% from 255 or 35.83% from 667); Blue value is 250 (98.05% from 255 or 37.48% from 667); Max value from RGB is 250 - color contains mainly: blue. Hex color #B2EFFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EFFA is #4D1005. Grayscale: #DDDDDD. Windows color (decimal): -5050374 or 16445362. OLE color: 16445362.

HSL color Cylindrical-coordinate representation of color #B2EFFA: hue angle of 189.17º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2EFFA is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB178239250-
CMYK0.290.0400.02
HSL189.17º87.8%83.92%-
HSV(B)189.17º28.8%98.04%-
XYZ66.4878.1102.01-
YUV222.02143.7996.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 26.69%
GREEN value IS 239 (93.75% from 255) = 35.83%
BLUE value IS 250 (98.05% from 255) = 37.48%
R=26.69%
G=35.83%
B=37.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1782392500.290.0400.02189.1787.883.92
HexB2EFFA1D402bd5854
Octal26235737235402275130124
Binary101100101110111111111010111011000101011110110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EFFA; }

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

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

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

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

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

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

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

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