#B8EEEB

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

Shades of Pale Turquoise #B8EEEB

Tints of Pale Turquoise #B8EEEB

Color information

#B8EEEB (or 0xB8EEEB) is unknown color: approx Pale Turquoise. HEX triplet: B8, EE and EB. RGB value is (184,238,235). Sum of RGB (Red+Green+Blue) = 184+238+235=657 (87% of max value = 765). Red value is 184 (72.27% from 255 or 28.01% from 657); Green value is 238 (93.36% from 255 or 36.23% from 657); Blue value is 235 (92.19% from 255 or 35.77% from 657); Max value from RGB is 238 - color contains mainly: green. Hex color #B8EEEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8EEEB is #471114. Grayscale: #DDDDDD. Windows color (decimal): -4657429 or 15462072. OLE color: 15462072.

HSL color Cylindrical-coordinate representation of color #B8EEEB: hue angle of 176.67º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8EEEB is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB184238235-
CMYK0.2300.010.07
HSL176.67º61.36%82.75%-
HSV(B)176.67º22.69%93.33%-
XYZ65.3477.3490.08-
YUV221.51135.61101.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.01%
GREEN value IS 238 (93.36% from 255) = 36.23%
BLUE value IS 235 (92.19% from 255) = 35.77%
R=28.01%
G=36.23%
B=35.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1842382350.2300.010.07176.6761.3682.75
HexB8EEEB17017b13d53
Octal2703563532701726175123
Binary1011100011101110111010111011101111101100011111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8EEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8EEEB; }

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

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

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

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

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

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

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

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