#B8EBF0

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

Shades of Pale Turquoise #B8EBF0

Tints of Pale Turquoise #B8EBF0

Color information

#B8EBF0 (or 0xB8EBF0) is unknown color: approx Pale Turquoise. HEX triplet: B8, EB and F0. RGB value is (184,235,240). Sum of RGB (Red+Green+Blue) = 184+235+240=659 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.92% from 659); Green value is 235 (92.19% from 255 or 35.66% from 659); Blue value is 240 (94.14% from 255 or 36.42% from 659); Max value from RGB is 240 - color contains mainly: blue. Hex color #B8EBF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8EBF0 is #47140F. Grayscale: #DCDCDC. Windows color (decimal): -4658192 or 15788984. OLE color: 15788984.

HSL color Cylindrical-coordinate representation of color #B8EBF0: hue angle of 185.36º degrees, saturation: 0.65, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8EBF0 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB184235240-
CMYK0.230.0200.06
HSL185.36º65.12%83.14%-
HSV(B)185.36º23.33%94.12%-
XYZ65.275.993.65-
YUV220.32139.1102.09-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.92%
GREEN value IS 235 (92.19% from 255) = 35.66%
BLUE value IS 240 (94.14% from 255) = 36.42%
R=27.92%
G=35.66%
B=36.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1842352400.230.0200.06185.3665.1283.14
HexB8EBF017206b94153
Octal27035336027206271101123
Binary101110001110101111110000101111001101011100110000011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8EBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8EBF0; }

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

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

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

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

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

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

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

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