#B8F1EA

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

Shades of Pale Turquoise #B8F1EA

Tints of Pale Turquoise #B8F1EA

Color information

#B8F1EA (or 0xB8F1EA) is unknown color: approx Pale Turquoise. HEX triplet: B8, F1 and EA. RGB value is (184,241,234). Sum of RGB (Red+Green+Blue) = 184+241+234=659 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.92% from 659); Green value is 241 (94.53% from 255 or 36.57% from 659); Blue value is 234 (91.80% from 255 or 35.51% from 659); Max value from RGB is 241 - color contains mainly: green. Hex color #B8F1EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8F1EA is #470E15. Grayscale: #DFDFDF. Windows color (decimal): -4656662 or 15397304. OLE color: 15397304.

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

Color convert

RGB184241234-
CMYK0.2400.030.05
HSL172.63º67.06%83.33%-
HSV(B)172.63º23.65%94.51%-
XYZ66.0779.0489.62-
YUV223.16134.12100.07-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.92%
GREEN value IS 241 (94.53% from 255) = 36.57%
BLUE value IS 234 (91.80% from 255) = 35.51%
R=27.92%
G=36.57%
B=35.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1842412340.2400.030.05172.6367.0683.33
HexB8F1EA18035ad4353
Octal27036135230035255103123
Binary101110001111000111101010110000111011010110110000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F1EA; }

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

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

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

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

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

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

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

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