#BFFBFE

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

Shades of Pale Turquoise #BFFBFE

Tints of Pale Turquoise #BFFBFE

Color information

#BFFBFE (or 0xBFFBFE) is unknown color: approx Pale Turquoise. HEX triplet: BF, FB and FE. RGB value is (191,251,254). Sum of RGB (Red+Green+Blue) = 191+251+254=696 (92% of max value = 765). Red value is 191 (75% from 255 or 27.44% from 696); Green value is 251 (98.44% from 255 or 36.06% from 696); Blue value is 254 (99.61% from 255 or 36.49% from 696); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFFBFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFBFE is #400401. Grayscale: #E9E9E9. Windows color (decimal): -4195330 or 16710591. OLE color: 16710591.

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

Color convert

RGB191251254-
CMYK0.250.0100.00
HSL182.86º96.92%87.25%-
HSV(B)182.86º24.8%99.61%-
XYZ73.8787.23106.71-
YUV233.4139.6297.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 27.44%
GREEN value IS 251 (98.44% from 255) = 36.06%
BLUE value IS 254 (99.61% from 255) = 36.49%
R=27.44%
G=36.06%
B=36.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1912512540.250.0100.00182.8696.9287.25
HexBFFBFE19100b76157
Octal27737337631100267141127
Binary101111111111101111111110110011001011011111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFBFE; }

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

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

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

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

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

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

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

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