#B2FEFE

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

Shades of Pale Turquoise #B2FEFE

Tints of Pale Turquoise #B2FEFE

Color information

#B2FEFE (or 0xB2FEFE) is unknown color: approx Pale Turquoise. HEX triplet: B2, FE and FE. RGB value is (178,254,254). Sum of RGB (Red+Green+Blue) = 178+254+254=686 (90% of max value = 765). Red value is 178 (69.92% from 255 or 25.95% from 686); Green value is 254 (99.61% from 255 or 37.03% from 686); Blue value is 254 (99.61% from 255 or 37.03% from 686); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #B2FEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FEFE is #4D0101. Grayscale: #E7E7E7. Windows color (decimal): -5046530 or 16711346. OLE color: 16711346.

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

Color convert

RGB178254254-
CMYK0.30000.00
HSL180º97.44%84.71%-
HSV(B)180º29.92%99.61%-
XYZ71.6987.5106.88-
YUV231.28140.8290-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 25.95%
GREEN value IS 254 (99.61% from 255) = 37.03%
BLUE value IS 254 (99.61% from 255) = 37.03%
R=25.95%
G=37.03%
B=37.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1782542540.30000.0018097.4484.71
HexB2FEFE1E000b46155
Octal26237637636000264141125
Binary101100101111111011111110111100001011010011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FEFE; }

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

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

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

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

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

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

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

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