#B5EEEA

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

Shades of Pale Turquoise #B5EEEA

Tints of Pale Turquoise #B5EEEA

Color information

#B5EEEA (or 0xB5EEEA) is unknown color: approx Pale Turquoise. HEX triplet: B5, EE and EA. RGB value is (181,238,234). Sum of RGB (Red+Green+Blue) = 181+238+234=653 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.72% from 653); Green value is 238 (93.36% from 255 or 36.45% from 653); Blue value is 234 (91.80% from 255 or 35.83% from 653); Max value from RGB is 238 - color contains mainly: green. Hex color #B5EEEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5EEEA is #4A1115. Grayscale: #DCDCDC. Windows color (decimal): -4854038 or 15396533. OLE color: 15396533.

HSL color Cylindrical-coordinate representation of color #B5EEEA: hue angle of 175.79º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5EEEA is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB181238234-
CMYK0.2400.020.07
HSL175.79º62.64%82.16%-
HSV(B)175.79º23.95%93.33%-
XYZ64.4876.9189.29-
YUV220.5135.6299.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.72%
GREEN value IS 238 (93.36% from 255) = 36.45%
BLUE value IS 234 (91.80% from 255) = 35.83%
R=27.72%
G=36.45%
B=35.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1812382340.2400.020.07175.7962.6482.16
HexB5EEEA18027b03f52
Octal2653563523002726077122
Binary10110101111011101110101011000010111101100001111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EEEA; }

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

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

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

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

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

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

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

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