#B8F1EE

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

Shades of Pale Turquoise #B8F1EE

Tints of Pale Turquoise #B8F1EE

Color information

#B8F1EE (or 0xB8F1EE) is unknown color: approx Pale Turquoise. HEX triplet: B8, F1 and EE. RGB value is (184,241,238). Sum of RGB (Red+Green+Blue) = 184+241+238=663 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.75% from 663); Green value is 241 (94.53% from 255 or 36.35% from 663); Blue value is 238 (93.36% from 255 or 35.90% from 663); Max value from RGB is 241 - color contains mainly: green. Hex color #B8F1EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8F1EE is #470E11. Grayscale: #DFDFDF. Windows color (decimal): -4656658 or 15659448. OLE color: 15659448.

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

Color convert

RGB184241238-
CMYK0.2400.010.05
HSL176.84º67.06%83.33%-
HSV(B)176.84º23.65%94.51%-
XYZ66.6679.2792.68-
YUV223.61136.1299.74-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.75%
GREEN value IS 241 (94.53% from 255) = 36.35%
BLUE value IS 238 (93.36% from 255) = 35.90%
R=27.75%
G=36.35%
B=35.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1842412380.2400.010.05176.8467.0683.33
HexB8F1EE18015b14353
Octal27036135630015261103123
Binary10111000111100011110111011000011011011000110000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F1EE; }

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

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

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

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

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

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

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

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