#B5EFEE

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

Shades of Pale Turquoise #B5EFEE

Tints of Pale Turquoise #B5EFEE

Color information

#B5EFEE (or 0xB5EFEE) is unknown color: approx Pale Turquoise. HEX triplet: B5, EF and EE. RGB value is (181,239,238). Sum of RGB (Red+Green+Blue) = 181+239+238=658 (87% of max value = 765). Red value is 181 (71.09% from 255 or 27.51% from 658); Green value is 239 (93.75% from 255 or 36.32% from 658); Blue value is 238 (93.36% from 255 or 36.17% from 658); Max value from RGB is 239 - color contains mainly: green. Hex color #B5EFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5EFEE is #4A1011. Grayscale: #DDDDDD. Windows color (decimal): -4853778 or 15658933. OLE color: 15658933.

HSL color Cylindrical-coordinate representation of color #B5EFEE: hue angle of 178.97º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5EFEE is Cyan = 0.24, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB181239238-
CMYK0.2400.000.06
HSL178.97º64.44%82.35%-
HSV(B)178.97º24.27%93.73%-
XYZ65.3677.7392.45-
YUV221.54137.2899.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.51%
GREEN value IS 239 (93.75% from 255) = 36.32%
BLUE value IS 238 (93.36% from 255) = 36.17%
R=27.51%
G=36.32%
B=36.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1812392380.2400.000.06178.9764.4482.35
HexB5EFEE18006b34052
Octal26535735630006263100122
Binary10110101111011111110111011000001101011001110000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EFEE; }

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

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

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

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

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

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

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

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