#B8EBEE

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

Shades of Pale Turquoise #B8EBEE

Tints of Pale Turquoise #B8EBEE

Color information

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

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

Color convert

RGB184235238-
CMYK0.230.0100.07
HSL183.33º61.36%82.75%-
HSV(B)183.33º22.69%93.33%-
XYZ64.9175.7892.09-
YUV220.09138.1102.26-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1842352380.230.0100.07183.3361.3682.75
HexB8EBEE17107b73d53
Octal2703533562710726775123
Binary1011100011101011111011101011110111101101111111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8EBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8EBEE; }

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

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

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

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

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

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

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

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