#B5F8EE

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

Shades of Pale Turquoise #B5F8EE

Tints of Pale Turquoise #B5F8EE

Color information

#B5F8EE (or 0xB5F8EE) is unknown color: approx Pale Turquoise. HEX triplet: B5, F8 and EE. RGB value is (181,248,238). Sum of RGB (Red+Green+Blue) = 181+248+238=667 (88% of max value = 765). Red value is 181 (71.09% from 255 or 27.14% from 667); Green value is 248 (97.27% from 255 or 37.18% from 667); Blue value is 238 (93.36% from 255 or 35.68% from 667); Max value from RGB is 248 - color contains mainly: green. Hex color #B5F8EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5F8EE is #4A0711. Grayscale: #E2E2E2. Windows color (decimal): -4851474 or 15661237. OLE color: 15661237.

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

Color convert

RGB181248238-
CMYK0.2700.040.03
HSL171.04º82.72%84.12%-
HSV(B)171.04º27.02%97.25%-
XYZ68.0683.1393.35-
YUV226.83134.395.31-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.14%
GREEN value IS 248 (97.27% from 255) = 37.18%
BLUE value IS 238 (93.36% from 255) = 35.68%
R=27.14%
G=37.18%
B=35.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1812482380.2700.040.03171.0482.7284.12
HexB5F8EE1B043ab5354
Octal26537035633043253123124
Binary101101011111100011101110110110100111010101110100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F8EE; }

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

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

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

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

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

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

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

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