#B2FEF6

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

Shades of Pale Turquoise #B2FEF6

Tints of Pale Turquoise #B2FEF6

Color information

#B2FEF6 (or 0xB2FEF6) is unknown color: approx Pale Turquoise. HEX triplet: B2, FE and F6. RGB value is (178,254,246). Sum of RGB (Red+Green+Blue) = 178+254+246=678 (89% of max value = 765). Red value is 178 (69.92% from 255 or 26.25% from 678); Green value is 254 (99.61% from 255 or 37.46% from 678); Blue value is 246 (96.48% from 255 or 36.28% from 678); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FEF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FEF6 is #4D0109. Grayscale: #E6E6E6. Windows color (decimal): -5046538 or 16187058. OLE color: 16187058.

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

Color convert

RGB178254246-
CMYK0.3000.030.00
HSL173.68º97.44%84.71%-
HSV(B)173.68º29.92%99.61%-
XYZ70.4487100.27-
YUV230.36136.8290.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 26.25%
GREEN value IS 254 (99.61% from 255) = 37.46%
BLUE value IS 246 (96.48% from 255) = 36.28%
R=26.25%
G=37.46%
B=36.28%

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
Decimal1782542460.3000.030.00173.6897.4484.71
HexB2FEF61E030ae6155
Octal26237636636030256141125
Binary1011001011111110111101101111001101010111011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FEF6; }

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

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

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

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

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

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

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

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