#B8F3EE

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

Shades of Pale Turquoise #B8F3EE

Tints of Pale Turquoise #B8F3EE

Color information

#B8F3EE (or 0xB8F3EE) is unknown color: approx Pale Turquoise. HEX triplet: B8, F3 and EE. RGB value is (184,243,238). Sum of RGB (Red+Green+Blue) = 184+243+238=665 (88% of max value = 765). Red value is 184 (72.27% from 255 or 27.67% from 665); Green value is 243 (95.31% from 255 or 36.54% from 665); Blue value is 238 (93.36% from 255 or 35.79% from 665); Max value from RGB is 243 - color contains mainly: green. Hex color #B8F3EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8F3EE is #470C11. Grayscale: #E0E0E0. Windows color (decimal): -4656146 or 15659960. OLE color: 15659960.

HSL color Cylindrical-coordinate representation of color #B8F3EE: hue angle of 174.92º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8F3EE is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB184243238-
CMYK0.2400.020.05
HSL174.92º71.08%83.73%-
HSV(B)174.92º24.28%95.29%-
XYZ67.2580.4692.88-
YUV224.79135.4598.91-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.67%
GREEN value IS 243 (95.31% from 255) = 36.54%
BLUE value IS 238 (93.36% from 255) = 35.79%
R=27.67%
G=36.54%
B=35.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1842432380.2400.020.05174.9271.0883.73
HexB8F3EE18025af4754
Octal27036335630025257107124
Binary101110001111001111101110110000101011010111110001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F3EE; }

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

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

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

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

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

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

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

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