#B5FAED

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

Shades of Pale Turquoise #B5FAED

Tints of Pale Turquoise #B5FAED

Color information

#B5FAED (or 0xB5FAED) is unknown color: approx Pale Turquoise. HEX triplet: B5, FA and ED. RGB value is (181,250,237). Sum of RGB (Red+Green+Blue) = 181+250+237=668 (88% of max value = 765). Red value is 181 (71.09% from 255 or 27.10% from 668); Green value is 250 (98.05% from 255 or 37.43% from 668); Blue value is 237 (92.97% from 255 or 35.48% from 668); Max value from RGB is 250 - color contains mainly: green. Hex color #B5FAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FAED is #4A0512. Grayscale: #E3E3E3. Windows color (decimal): -4850963 or 15596213. OLE color: 15596213.

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

Color convert

RGB181250237-
CMYK0.2800.050.02
HSL168.7º87.34%84.51%-
HSV(B)168.7º27.6%98.04%-
XYZ68.5384.3192.78-
YUV227.89133.1494.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.10%
GREEN value IS 250 (98.05% from 255) = 37.43%
BLUE value IS 237 (92.97% from 255) = 35.48%
R=27.10%
G=37.43%
B=35.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1812502370.2800.050.02168.787.3484.51
HexB5FAED1C052a95755
Octal26537235534052251127125
Binary101101011111101011101101111000101101010100110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FAED; }

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

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

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

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

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

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

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

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