#B5F7ED

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

Shades of Pale Turquoise #B5F7ED

Tints of Pale Turquoise #B5F7ED

Color information

#B5F7ED (or 0xB5F7ED) is unknown color: approx Pale Turquoise. HEX triplet: B5, F7 and ED. RGB value is (181,247,237). Sum of RGB (Red+Green+Blue) = 181+247+237=665 (88% of max value = 765). Red value is 181 (71.09% from 255 or 27.22% from 665); Green value is 247 (96.88% from 255 or 37.14% from 665); Blue value is 237 (92.97% from 255 or 35.64% from 665); Max value from RGB is 247 - color contains mainly: green. Hex color #B5F7ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5F7ED is #4A0812. Grayscale: #E2E2E2. Windows color (decimal): -4851731 or 15595445. OLE color: 15595445.

HSL color Cylindrical-coordinate representation of color #B5F7ED: hue angle of 170.91º degrees, saturation: 0.8, 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 #B5F7ED is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB181247237-
CMYK0.2700.040.03
HSL170.91º80.49%83.92%-
HSV(B)170.91º26.72%96.86%-
XYZ67.682.4692.47-
YUV226.13134.1395.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.22%
GREEN value IS 247 (96.88% from 255) = 37.14%
BLUE value IS 237 (92.97% from 255) = 35.64%
R=27.22%
G=37.14%
B=35.64%

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
Decimal1812472370.2700.040.03170.9180.4983.92
HexB5F7ED1B043ab5054
Octal26536735533043253120124
Binary101101011111011111101101110110100111010101110100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F7ED; }

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

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

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

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

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

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

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

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