#B8F1ED

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

Shades of Pale Turquoise #B8F1ED

Tints of Pale Turquoise #B8F1ED

Color information

#B8F1ED (or 0xB8F1ED) is unknown color: approx Pale Turquoise. HEX triplet: B8, F1 and ED. RGB value is (184,241,237). Sum of RGB (Red+Green+Blue) = 184+241+237=662 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.79% from 662); Green value is 241 (94.53% from 255 or 36.40% from 662); Blue value is 237 (92.97% from 255 or 35.80% from 662); Max value from RGB is 241 - color contains mainly: green. Hex color #B8F1ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8F1ED is #470E12. Grayscale: #DFDFDF. Windows color (decimal): -4656659 or 15593912. OLE color: 15593912.

HSL color Cylindrical-coordinate representation of color #B8F1ED: hue angle of 175.79º 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 #B8F1ED is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB184241237-
CMYK0.2400.020.05
HSL175.79º67.06%83.33%-
HSV(B)175.79º23.65%94.51%-
XYZ66.5179.2291.91-
YUV223.5135.6299.83-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.79%
GREEN value IS 241 (94.53% from 255) = 36.40%
BLUE value IS 237 (92.97% from 255) = 35.80%
R=27.79%
G=36.40%
B=35.80%

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
Decimal1842412370.2400.020.05175.7967.0683.33
HexB8F1ED18025b04353
Octal27036135530025260103123
Binary101110001111000111101101110000101011011000010000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F1ED; }

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

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

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

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

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

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

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

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