#B2F8EE

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

Shades of Pale Turquoise #B2F8EE

Tints of Pale Turquoise #B2F8EE

Color information

#B2F8EE (or 0xB2F8EE) is unknown color: approx Pale Turquoise. HEX triplet: B2, F8 and EE. RGB value is (178,248,238). Sum of RGB (Red+Green+Blue) = 178+248+238=664 (87% of max value = 765). Red value is 178 (69.92% from 255 or 26.81% from 664); Green value is 248 (97.27% from 255 or 37.35% from 664); Blue value is 238 (93.36% from 255 or 35.84% from 664); Max value from RGB is 248 - color contains mainly: green. Hex color #B2F8EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2F8EE is #4D0711. Grayscale: #E1E1E1. Windows color (decimal): -5048082 or 15661234. OLE color: 15661234.

HSL color Cylindrical-coordinate representation of color #B2F8EE: hue angle of 171.43º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2F8EE is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB178248238-
CMYK0.2800.040.03
HSL171.43º83.33%83.53%-
HSV(B)171.43º28.23%97.25%-
XYZ67.3682.7793.32-
YUV225.93134.8193.81-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 26.81%
GREEN value IS 248 (97.27% from 255) = 37.35%
BLUE value IS 238 (93.36% from 255) = 35.84%
R=26.81%
G=37.35%
B=35.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1782482380.2800.040.03171.4383.3383.53
HexB2F8EE1C043ab5354
Octal26237035634043253123124
Binary101100101111100011101110111000100111010101110100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F8EE; }

 p { color: rgb(178,248,238); }

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

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

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

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

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

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

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