#B2FEFC

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

Shades of Pale Turquoise #B2FEFC

Tints of Pale Turquoise #B2FEFC

Color information

#B2FEFC (or 0xB2FEFC) is unknown color: approx Pale Turquoise. HEX triplet: B2, FE and FC. RGB value is (178,254,252). Sum of RGB (Red+Green+Blue) = 178+254+252=684 (90% of max value = 765). Red value is 178 (69.92% from 255 or 26.02% from 684); Green value is 254 (99.61% from 255 or 37.13% from 684); Blue value is 252 (98.83% from 255 or 36.84% from 684); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FEFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FEFC is #4D0103. Grayscale: #E6E6E6. Windows color (decimal): -5046532 or 16580274. OLE color: 16580274.

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

Color convert

RGB178254252-
CMYK0.3000.010.00
HSL178.42º97.44%84.71%-
HSV(B)178.42º29.92%99.61%-
XYZ71.3787.38105.2-
YUV231.05139.8290.16-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 26.02%
GREEN value IS 254 (99.61% from 255) = 37.13%
BLUE value IS 252 (98.83% from 255) = 36.84%
R=26.02%
G=37.13%
B=36.84%

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
Decimal1782542520.3000.010.00178.4297.4484.71
HexB2FEFC1E010b26155
Octal26237637436010262141125
Binary101100101111111011111100111100101011001011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FEFC; }

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

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

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

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

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

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

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

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