#B8FFFC

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

Shades of Pale Turquoise #B8FFFC

Tints of Pale Turquoise #B8FFFC

Color information

#B8FFFC (or 0xB8FFFC) is unknown color: approx Pale Turquoise. HEX triplet: B8, FF and FC. RGB value is (184,255,252). Sum of RGB (Red+Green+Blue) = 184+255+252=691 (91% of max value = 765). Red value is 184 (72.27% from 255 or 26.63% from 691); Green value is 255 (100% from 255 or 36.90% from 691); Blue value is 252 (98.83% from 255 or 36.47% from 691); Max value from RGB is 255 - color contains mainly: green. Hex color #B8FFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8FFFC is #470003. Grayscale: #E9E9E9. Windows color (decimal): -4653060 or 16580536. OLE color: 16580536.

HSL color Cylindrical-coordinate representation of color #B8FFFC: hue angle of 177.46º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8FFFC is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.

Color convert

RGB184255252-
CMYK0.2800.010
HSL177.46º100%86.08%-
HSV(B)177.46º27.84%100%-
XYZ73.188.74105.37-
YUV233.43138.4892.74-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 26.63%
GREEN value IS 255 (100% from 255) = 36.90%
BLUE value IS 252 (98.83% from 255) = 36.47%
R=26.63%
G=36.90%
B=36.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1842552520.2800.010177.4610086.08
HexB8FFFC1C010b16456
Octal27037737434010261144126
Binary101110001111111111111100111000101011000111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FFFC; }

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

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

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

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

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

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

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

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