#B5EEEB

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

Shades of Pale Turquoise #B5EEEB

Tints of Pale Turquoise #B5EEEB

Color information

#B5EEEB (or 0xB5EEEB) is unknown color: approx Pale Turquoise. HEX triplet: B5, EE and EB. RGB value is (181,238,235). Sum of RGB (Red+Green+Blue) = 181+238+235=654 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.68% from 654); Green value is 238 (93.36% from 255 or 36.39% from 654); Blue value is 235 (92.19% from 255 or 35.93% from 654); Max value from RGB is 238 - color contains mainly: green. Hex color #B5EEEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5EEEB is #4A1114. Grayscale: #DCDCDC. Windows color (decimal): -4854037 or 15462069. OLE color: 15462069.

HSL color Cylindrical-coordinate representation of color #B5EEEB: hue angle of 176.84º 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 #B5EEEB is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB181238235-
CMYK0.2400.010.07
HSL176.84º62.64%82.16%-
HSV(B)176.84º23.95%93.33%-
XYZ64.6376.9790.05-
YUV220.61136.1299.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.68%
GREEN value IS 238 (93.36% from 255) = 36.39%
BLUE value IS 235 (92.19% from 255) = 35.93%
R=27.68%
G=36.39%
B=35.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1812382350.2400.010.07176.8462.6482.16
HexB5EEEB18017b13f52
Octal2653563533001726177122
Binary1011010111101110111010111100001111101100011111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EEEB; }

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

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

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

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

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

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

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

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