#BFFFFE

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

Shades of Pale Turquoise #BFFFFE

Tints of Pale Turquoise #BFFFFE

Color information

#BFFFFE (or 0xBFFFFE) is unknown color: approx Pale Turquoise. HEX triplet: BF, FF and FE. RGB value is (191,255,254). Sum of RGB (Red+Green+Blue) = 191+255+254=700 (92% of max value = 765). Red value is 191 (75% from 255 or 27.29% from 700); Green value is 255 (100% from 255 or 36.43% from 700); Blue value is 254 (99.61% from 255 or 36.29% from 700); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFFFE is #400001. Grayscale: #EBEBEB. Windows color (decimal): -4194306 or 16711615. OLE color: 16711615.

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

Color convert

RGB191255254-
CMYK0.2500.000
HSL179.06º100%87.45%-
HSV(B)179.06º25.1%100%-
XYZ75.1489.75107.13-
YUV235.75138.396.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 27.29%
GREEN value IS 255 (100% from 255) = 36.43%
BLUE value IS 254 (99.61% from 255) = 36.29%
R=27.29%
G=36.43%
B=36.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912552540.2500.000179.0610087.45
HexBFFFFE19000b36457
Octal27737737631000263144127
Binary101111111111111111111110110010001011001111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFFFE; }

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

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

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

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

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

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

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

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