#B8F1EC

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

Shades of Pale Turquoise #B8F1EC

Tints of Pale Turquoise #B8F1EC

Color information

#B8F1EC (or 0xB8F1EC) is unknown color: approx Pale Turquoise. HEX triplet: B8, F1 and EC. RGB value is (184,241,236). Sum of RGB (Red+Green+Blue) = 184+241+236=661 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.84% from 661); Green value is 241 (94.53% from 255 or 36.46% from 661); Blue value is 236 (92.58% from 255 or 35.70% from 661); Max value from RGB is 241 - color contains mainly: green. Hex color #B8F1EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8F1EC is #470E13. Grayscale: #DFDFDF. Windows color (decimal): -4656660 or 15528376. OLE color: 15528376.

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

Color convert

RGB184241236-
CMYK0.2400.020.05
HSL174.74º67.06%83.33%-
HSV(B)174.74º23.65%94.51%-
XYZ66.3679.1691.14-
YUV223.39135.1299.91-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.84%
GREEN value IS 241 (94.53% from 255) = 36.46%
BLUE value IS 236 (92.58% from 255) = 35.70%
R=27.84%
G=36.46%
B=35.70%

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
Decimal1842412360.2400.020.05174.7467.0683.33
HexB8F1EC18025af4353
Octal27036135430025257103123
Binary101110001111000111101100110000101011010111110000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F1EC; }

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

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

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

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

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

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

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

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