#B8FCF5

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

Shades of Pale Turquoise #B8FCF5

Tints of Pale Turquoise #B8FCF5

Color information

#B8FCF5 (or 0xB8FCF5) is unknown color: approx Pale Turquoise. HEX triplet: B8, FC and F5. RGB value is (184,252,245). Sum of RGB (Red+Green+Blue) = 184+252+245=681 (90% of max value = 765). Red value is 184 (72.27% from 255 or 27.02% from 681); Green value is 252 (98.83% from 255 or 37.00% from 681); Blue value is 245 (96.09% from 255 or 35.98% from 681); Max value from RGB is 252 - color contains mainly: green. Hex color #B8FCF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8FCF5 is #47030A. Grayscale: #E6E6E6. Windows color (decimal): -4653835 or 16121016. OLE color: 16121016.

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

Color convert

RGB184252245-
CMYK0.2700.030.01
HSL173.82º91.89%85.49%-
HSV(B)173.82º26.98%98.82%-
XYZ71.0686.499.32-
YUV230.87135.9794.57-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.02%
GREEN value IS 252 (98.83% from 255) = 37.00%
BLUE value IS 245 (96.09% from 255) = 35.98%
R=27.02%
G=37.00%
B=35.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1842522450.2700.030.01173.8291.8985.49
HexB8FCF51B031ae5c55
Octal27037436533031256134125
Binary1011100011111100111101011101101111010111010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FCF5; }

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

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

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

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

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

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

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

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