#B5F1EE

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

Shades of Pale Turquoise #B5F1EE

Tints of Pale Turquoise #B5F1EE

Color information

#B5F1EE (or 0xB5F1EE) is unknown color: approx Pale Turquoise. HEX triplet: B5, F1 and EE. RGB value is (181,241,238). Sum of RGB (Red+Green+Blue) = 181+241+238=660 (87% of max value = 765). Red value is 181 (71.09% from 255 or 27.42% from 660); Green value is 241 (94.53% from 255 or 36.52% from 660); Blue value is 238 (93.36% from 255 or 36.06% from 660); Max value from RGB is 241 - color contains mainly: green. Hex color #B5F1EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5F1EE is #4A0E11. Grayscale: #DEDEDE. Windows color (decimal): -4853266 or 15659445. OLE color: 15659445.

HSL color Cylindrical-coordinate representation of color #B5F1EE: hue angle of 177º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5F1EE is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB181241238-
CMYK0.2500.010.05
HSL177º68.18%82.75%-
HSV(B)177º24.9%94.51%-
XYZ65.9478.9192.64-
YUV222.72136.6298.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.42%
GREEN value IS 241 (94.53% from 255) = 36.52%
BLUE value IS 238 (93.36% from 255) = 36.06%
R=27.42%
G=36.52%
B=36.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1812412380.2500.010.0517768.1882.75
HexB5F1EE19015b14453
Octal26536135631015261104123
Binary10110101111100011110111011001011011011000110001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F1EE; }

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

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

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

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

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

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

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

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