#B2FEF7

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

Shades of Pale Turquoise #B2FEF7

Tints of Pale Turquoise #B2FEF7

Color information

#B2FEF7 (or 0xB2FEF7) is unknown color: approx Pale Turquoise. HEX triplet: B2, FE and F7. RGB value is (178,254,247). Sum of RGB (Red+Green+Blue) = 178+254+247=679 (89% of max value = 765). Red value is 178 (69.92% from 255 or 26.22% from 679); Green value is 254 (99.61% from 255 or 37.41% from 679); Blue value is 247 (96.88% from 255 or 36.38% from 679); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FEF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FEF7 is #4D0108. Grayscale: #E6E6E6. Windows color (decimal): -5046537 or 16252594. OLE color: 16252594.

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

Color convert

RGB178254247-
CMYK0.3000.030.00
HSL174.47º97.44%84.71%-
HSV(B)174.47º29.92%99.61%-
XYZ70.5987.06101.08-
YUV230.48137.3290.57-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 26.22%
GREEN value IS 254 (99.61% from 255) = 37.41%
BLUE value IS 247 (96.88% from 255) = 36.38%
R=26.22%
G=37.41%
B=36.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1782542470.3000.030.00174.4797.4484.71
HexB2FEF71E030ae6155
Octal26237636736030256141125
Binary1011001011111110111101111111001101010111011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FEF7; }

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

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

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

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

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

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

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

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