#B2FEFF

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

Shades of Pale Turquoise #B2FEFF

Tints of Pale Turquoise #B2FEFF

Color information

#B2FEFF (or 0xB2FEFF) is unknown color: approx Pale Turquoise. HEX triplet: B2, FE and FF. RGB value is (178,254,255). Sum of RGB (Red+Green+Blue) = 178+254+255=687 (90% of max value = 765). Red value is 178 (69.92% from 255 or 25.91% from 687); Green value is 254 (99.61% from 255 or 36.97% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #B2FEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FEFF is #4D0100. Grayscale: #E7E7E7. Windows color (decimal): -5046529 or 16776882. OLE color: 16776882.

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

Color convert

RGB178254255-
CMYK0.300.0000
HSL180.78º100%84.9%-
HSV(B)180.78º30.2%100%-
XYZ71.8587.57107.72-
YUV231.39141.3289.92-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 25.91%
GREEN value IS 254 (99.61% from 255) = 36.97%
BLUE value IS 255 (100% from 255) = 37.12%
R=25.91%
G=36.97%
B=37.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1782542550.300.0000180.7810084.9
HexB2FEFF1E000b56455
Octal26237637736000265144125
Binary101100101111111011111111111100001011010111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FEFF; }

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

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

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

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

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

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

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

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