#B5F9ED

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

Shades of Pale Turquoise #B5F9ED

Tints of Pale Turquoise #B5F9ED

Color information

#B5F9ED (or 0xB5F9ED) is unknown color: approx Pale Turquoise. HEX triplet: B5, F9 and ED. RGB value is (181,249,237). Sum of RGB (Red+Green+Blue) = 181+249+237=667 (88% of max value = 765). Red value is 181 (71.09% from 255 or 27.14% from 667); Green value is 249 (97.66% from 255 or 37.33% from 667); Blue value is 237 (92.97% from 255 or 35.53% from 667); Max value from RGB is 249 - color contains mainly: green. Hex color #B5F9ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5F9ED is #4A0612. Grayscale: #E3E3E3. Windows color (decimal): -4851219 or 15595957. OLE color: 15595957.

HSL color Cylindrical-coordinate representation of color #B5F9ED: hue angle of 169.41º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5F9ED is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB181249237-
CMYK0.2700.050.02
HSL169.41º85%84.31%-
HSV(B)169.41º27.31%97.65%-
XYZ68.2283.6992.68-
YUV227.3133.4794.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.14%
GREEN value IS 249 (97.66% from 255) = 37.33%
BLUE value IS 237 (92.97% from 255) = 35.53%
R=27.14%
G=37.33%
B=35.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1812492370.2700.050.02169.418584.31
HexB5F9ED1B052a95554
Octal26537135533052251125124
Binary101101011111100111101101110110101101010100110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F9ED; }

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

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

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

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

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

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

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

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