#B8F4FC

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

Shades of Pale Turquoise #B8F4FC

Tints of Pale Turquoise #B8F4FC

Color information

#B8F4FC (or 0xB8F4FC) is unknown color: approx Pale Turquoise. HEX triplet: B8, F4 and FC. RGB value is (184,244,252). Sum of RGB (Red+Green+Blue) = 184+244+252=680 (90% of max value = 765). Red value is 184 (72.27% from 255 or 27.06% from 680); Green value is 244 (95.70% from 255 or 35.88% from 680); Blue value is 252 (98.83% from 255 or 37.06% from 680); Max value from RGB is 252 - color contains mainly: blue. Hex color #B8F4FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8F4FC is #470B03. Grayscale: #E2E2E2. Windows color (decimal): -4655876 or 16577720. OLE color: 16577720.

HSL color Cylindrical-coordinate representation of color #B8F4FC: hue angle of 187.06º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8F4FC is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB184244252-
CMYK0.270.0300.01
HSL187.06º91.89%85.49%-
HSV(B)187.06º26.98%98.82%-
XYZ69.6981.92104.23-
YUV226.97142.1297.35-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.06%
GREEN value IS 244 (95.70% from 255) = 35.88%
BLUE value IS 252 (98.83% from 255) = 37.06%
R=27.06%
G=35.88%
B=37.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1842442520.270.0300.01187.0691.8985.49
HexB8F4FC1B301bb5c55
Octal27036437433301273134125
Binary1011100011110100111111001101111011011101110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F4FC; }

 p { color: rgb(184,244,252); }

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

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

 a { background-color: rgb(184,244,252); }

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

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

 span { border-color: rgb(184,244,252); }

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