#B5FAEE

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

Shades of Pale Turquoise #B5FAEE

Tints of Pale Turquoise #B5FAEE

Color information

#B5FAEE (or 0xB5FAEE) is unknown color: approx Pale Turquoise. HEX triplet: B5, FA and EE. RGB value is (181,250,238). Sum of RGB (Red+Green+Blue) = 181+250+238=669 (88% of max value = 765). Red value is 181 (71.09% from 255 or 27.06% from 669); Green value is 250 (98.05% from 255 or 37.37% from 669); Blue value is 238 (93.36% from 255 or 35.58% from 669); Max value from RGB is 250 - color contains mainly: green. Hex color #B5FAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FAEE is #4A0511. Grayscale: #E3E3E3. Windows color (decimal): -4850962 or 15661749. OLE color: 15661749.

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

Color convert

RGB181250238-
CMYK0.2800.050.02
HSL169.57º87.34%84.51%-
HSV(B)169.57º27.6%98.04%-
XYZ68.6784.3793.55-
YUV228133.6494.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.06%
GREEN value IS 250 (98.05% from 255) = 37.37%
BLUE value IS 238 (93.36% from 255) = 35.58%
R=27.06%
G=37.37%
B=35.58%

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
Decimal1812502380.2800.050.02169.5787.3484.51
HexB5FAEE1C052aa5755
Octal26537235634052252127125
Binary101101011111101011101110111000101101010101010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FAEE; }

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

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

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

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

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

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

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

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