#B8FEFF

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

Shades of Pale Turquoise #B8FEFF

Tints of Pale Turquoise #B8FEFF

Color information

#B8FEFF (or 0xB8FEFF) is unknown color: approx Pale Turquoise. HEX triplet: B8, FE and FF. RGB value is (184,254,255). Sum of RGB (Red+Green+Blue) = 184+254+255=693 (91% of max value = 765). Red value is 184 (72.27% from 255 or 26.55% from 693); Green value is 254 (99.61% from 255 or 36.65% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: blue. Hex color #B8FEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8FEFF is #470100. Grayscale: #E9E9E9. Windows color (decimal): -4653313 or 16776888. OLE color: 16776888.

HSL color Cylindrical-coordinate representation of color #B8FEFF: hue angle of 180.85º 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 #B8FEFF is Cyan = 0.28, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB184254255-
CMYK0.280.0000
HSL180.85º100%86.08%-
HSV(B)180.85º27.84%100%-
XYZ73.2688.29107.79-
YUV233.18140.3192.92-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 26.55%
GREEN value IS 254 (99.61% from 255) = 36.65%
BLUE value IS 255 (100% from 255) = 36.80%
R=26.55%
G=36.65%
B=36.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1842542550.280.0000180.8510086.08
HexB8FEFF1C000b56456
Octal27037637734000265144126
Binary101110001111111011111111111000001011010111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FEFF; }

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

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

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

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

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

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

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

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