#B5F1ED

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

Shades of Pale Turquoise #B5F1ED

Tints of Pale Turquoise #B5F1ED

Color information

#B5F1ED (or 0xB5F1ED) is unknown color: approx Pale Turquoise. HEX triplet: B5, F1 and ED. RGB value is (181,241,237). Sum of RGB (Red+Green+Blue) = 181+241+237=659 (87% of max value = 765). Red value is 181 (71.09% from 255 or 27.47% from 659); Green value is 241 (94.53% from 255 or 36.57% from 659); Blue value is 237 (92.97% from 255 or 35.96% from 659); Max value from RGB is 241 - color contains mainly: green. Hex color #B5F1ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5F1ED is #4A0E12. Grayscale: #DEDEDE. Windows color (decimal): -4853267 or 15593909. OLE color: 15593909.

HSL color Cylindrical-coordinate representation of color #B5F1ED: hue angle of 176º 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 #B5F1ED is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB181241237-
CMYK0.2500.020.05
HSL176º68.18%82.75%-
HSV(B)176º24.9%94.51%-
XYZ65.878.8591.87-
YUV222.6136.1298.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.47%
GREEN value IS 241 (94.53% from 255) = 36.57%
BLUE value IS 237 (92.97% from 255) = 35.96%
R=27.47%
G=36.57%
B=35.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1812412370.2500.020.0517668.1882.75
HexB5F1ED19025b04453
Octal26536135531025260104123
Binary101101011111000111101101110010101011011000010001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F1ED; }

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

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

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

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

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

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

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

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